ssss wrote:
w3schools.com
theres javascript tutorials ther MP
One other things, I always get confused about this... Javascript being run on and off the internet... javaapplets and .jar files! I'm never sure whats what... the tutorials on the w3schools thing... thats being used in conjunctions with a webpage... is that the same as Fanofcena's raycaster?
Offline
markyparky56 wrote:
ssss wrote:
w3schools.com
theres javascript tutorials ther MPOne other things, I always get confused about this... Javascript being run on and off the internet... javaapplets and .jar files! I'm never sure whats what... the tutorials on the w3schools thing... thats being used in conjunctions with a webpage... is that the same as Fanofcena's raycaster?
No.
Jar files are java
Javascript is online only
Offline
ssss wrote:
markyparky56 wrote:
ssss wrote:
w3schools.com
theres javascript tutorials ther MPOne other things, I always get confused about this... Javascript being run on and off the internet... javaapplets and .jar files! I'm never sure whats what... the tutorials on the w3schools thing... thats being used in conjunctions with a webpage... is that the same as Fanofcena's raycaster?
No.
Jar files are java
Javascript is online only![]()
Okay... that clears things up... mostly.
Offline
Oi DING DONG!! I am using ur textures
I have b8r idea for u
... CAN U PLZ PLZ PLZ MAKE SOME MUSIC !!!!!!
Last edited by fanofcena (2011-04-26 12:33:07)
Offline
@MarkyParky : .Jar are core java files , Javascript is a language thats used for running scripts on webpages , WHere java has to compile JavaScript does NOT have to compile , it runs on all computers the same way (so much like text based scratch which is 100x faster )
The link to JavaScript now works (Sowee must have been sleepy when posted that)
and
Just hold on to HALO v/s Cstrike .. if this works as I dream it to be , we wont need som1 else's name to use (x
Last edited by fanofcena (2011-04-26 12:42:56)
Offline
O hey I improvised the performance .Now it runs on ~30FPS for all computers. Including My Celeron D and Intel i7
LOL so pretty much a wide range of CPUs
Offline
Okay, think I understand now. You're making this 3D game in javascript... Sure... btw, I took a look at the source of the Raycaster, the way you have maps stored... care to explain how it works?
Offline
Alright... I need to know what I should make. Should I make an actual model? Or do I just add textures to yours?
Offline
My_Stuff wrote:
Thanks for the link to the basic java tutorial! I'll try it out sometime. Who knows, maybe this could be the next minecraft?
I don't think that would work, as Minecraft is Java, not Javascript.
Offline
Necromaster wrote:
Alright... I need to know what I should make. Should I make an actual model? Or do I just add textures to yours?
Make your own models bro , i havent wrote a single model in the game sofar
its raycasting an apporach differnt from 3d rendering heres how it works
say our map
Map = [
[1,1,1,1,1]
[1,0,0,0,1]
[1,0,0,0,1]
[1,0,0,0,1]
[1,1,1,1,1]
];
Now this is a basic 5 x 5 block of the map where 1 is wall and 0 is movable area,
Say u are at position 2.5 ,2.5
so my engine will throw rays at A field of View 60 degree from ur position and test where it collides with a block (on wall) where i collides it calculates the exact location of collision and does the calcualtions according to the collision.
10x faster then actual rendering is the basic profit of this technique
So i will say u should make simple .skp models!
Offline
markyparky56 wrote:
My_Stuff wrote:
Thanks for the link to the basic java tutorial! I'll try it out sometime. Who knows, maybe this could be the next minecraft?
I don't think that would work, as Minecraft is Java, not Javascript.
Yap. JavaScript and JAVA(core) are two very different languages
Java Core is actually much faster then JavaScript but then its not compitable with all computers
Offline
fanofcena wrote:
markyparky56 wrote:
My_Stuff wrote:
Thanks for the link to the basic java tutorial! I'll try it out sometime. Who knows, maybe this could be the next minecraft?
I don't think that would work, as Minecraft is Java, not Javascript.
Yap. JavaScript and JAVA(core) are two very different languages
Java Core is actually much faster then JavaScript but then its not compitable with all computers![]()
Thanks, i didn't know that!
Offline
ssss wrote:
fanofcena wrote:
markyparky56 wrote:
I don't think that would work, as Minecraft is Java, not Javascript.Yap. JavaScript and JAVA(core) are two very different languages
Java Core is actually much faster then JavaScript but then its not compitable with all computers![]()
Thanks, i didn't know that!
pleasure . btw from non - compatibility i meant :: REQUIRED JAVA RUNTIME ENVIRONMENT FOR JAVA whereas JavaScript simply requires a browser!
Offline
fanofcena wrote:
ssss wrote:
fanofcena wrote:
Yap. JavaScript and JAVA(core) are two very different languages
Java Core is actually much faster then JavaScript but then its not compitable with all computers![]()
Thanks, i didn't know that!
pleasure . btw from non - compatibility i meant :: REQUIRED JAVA RUNTIME ENVIRONMENT FOR JAVA whereas JavaScript simply requires a browser!
yeah, thats what i thought
thanks
Offline
fanofcena wrote:
Oi DING DONG!! I am using ur textures
I have b8r idea for u
... CAN U PLZ PLZ PLZ MAKE SOME MUSIC !!!!!!
I guess I can get around to that, but really what kinda game are we going for here? shooter, action, obstacle course
I can't make music without a general theme
Offline
dingdong wrote:
fanofcena wrote:
Oi DING DONG!! I am using ur textures
I have b8r idea for u
... CAN U PLZ PLZ PLZ MAKE SOME MUSIC !!!!!!
I guess I can get around to that, but really what kinda game are we going for here? shooter, action, obstacle course
I can't make music without a general theme
The game is shooter + action 
Thats the title screen lol
O btw i added Z - sorting (so maybe in a while we will be having MODELS!!!!!) wohoo!
Last edited by fanofcena (2011-04-27 02:58:49)
Offline
fanofcena wrote:
dingdong wrote:
fanofcena wrote:
Oi DING DONG!! I am using ur textures
I have b8r idea for u
... CAN U PLZ PLZ PLZ MAKE SOME MUSIC !!!!!!
I guess I can get around to that, but really what kinda game are we going for here? shooter, action, obstacle course
I can't make music without a general themeThe game is shooter + action
http://a1.sphotos.ak.fbcdn.net/hphotos- … 7519_n.jpg
Thats the title screen lol
O btw i added Z - sorting (so maybe in a while we will be having MODELS!!!!!) wohoo!
That's an awesome title screen!
1 question. Will it be open source, or will you have to pay to play?
Offline
ssss wrote:
fanofcena wrote:
dingdong wrote:
I guess I can get around to that, but really what kinda game are we going for here? shooter, action, obstacle course
I can't make music without a general themeThe game is shooter + action
http://a1.sphotos.ak.fbcdn.net/hphotos- … 7519_n.jpg
Thats the title screen lol
O btw i added Z - sorting (so maybe in a while we will be having MODELS!!!!!) wohoo!That's an awesome title screen!
1 question. Will it be open source, or will you have to pay to play?
Its not OpenSource but rather FreeWare
Well opensoure softwares are something whose source code is open to all and any1 can make copies of it
Sadly i dont want that to happen so
It will be a freeware that is free to play but source code is available to designers only
Offline
fanofcena wrote:
ssss wrote:
fanofcena wrote:
The game is shooter + action
http://a1.sphotos.ak.fbcdn.net/hphotos- … 7519_n.jpg
Thats the title screen lol
O btw i added Z - sorting (so maybe in a while we will be having MODELS!!!!!) wohoo!That's an awesome title screen!
1 question. Will it be open source, or will you have to pay to play?Its not OpenSource but rather FreeWare
![]()
Well opensoure softwares are something whose source code is open to all and any1 can make copies of itSadly i dont want that to happen so
It will be a freeware that is free to play but source code is available to designers only![]()
Thanks
Offline
ssss wrote:
fanofcena wrote:
ssss wrote:
That's an awesome title screen!
1 question. Will it be open source, or will you have to pay to play?Its not OpenSource but rather FreeWare
![]()
Well opensoure softwares are something whose source code is open to all and any1 can make copies of itSadly i dont want that to happen so
It will be a freeware that is free to play but source code is available to designers only![]()
Thanks
![]()
No problem
I encrypted the HTML SOURCE CODE (yes i am reallly reallly reallly bad)
Offline
o rly
XD
|Internet Explorer|
| Didn't run |
Made me laugh a bit.
* unescape characters.
Last edited by bbbeb (2011-04-27 07:45:51)
Offline
looks very cool! although, you need to work on:
Speed. In firefox, this went way too fast.
mouse binding. If you move your mouse too far, it loses the sensing.
other than that, it's far surpassed my expectations of javascript. Any way to get the source? :3
Offline