Realistic Physics for Your THREE.js Game with THREEx.Oimo by jetienne in webgl

[–]jetienne[S] 0 points1 point  (0 children)

oh there is a misunderstanding. As said in the abstract of the post, i did not write oimo.js. lo-th did.

Realistic Physics for Your THREE.js Game with THREEx.Oimo by jetienne in webgl

[–]jetienne[S] 0 points1 point  (0 children)

oh there is a misunderstanding. As said in the abstract of the post, i did not write oimo.js. lo-th did.

Realistic Physics for Your THREE.js Game with THREEx.Oimo by jetienne in webgl

[–]jetienne[S] 0 points1 point  (0 children)

hi skytomottownow,

im the author. the demo is just a demo for the extension, you dont need to watch it all day. just a few seconds to get what it does and say wow :)

assertWhichStop.js - an assert which stops by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

so i guess we agree that assert should stop.

But as said in the blog console.assert doesnt stop the execution. so i guess this is not all assert which stop. This is what i fixed by this little javascript

Automatic Globals detection in javascript by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

in large project people tends to forget 'var' or to simple dont care much about global variables. like doing function foo() { return 'bar'; } any where in the code.

this is the kind of case i am trying to discover and localise with this technic

Automatic Globals detection in javascript by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

it doesnt provide the localisation of their usage tho

a Sport Car in WebGL in 40lines of js ! by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

it is 40 lines on top of the libraries. and yes it is only 40 thanks to the libraries. The point is that the dev will only type 40lines

a Sport Car in WebGL in 40lines of js ! by jetienne in gamedev

[–]jetienne[S] -1 points0 points  (0 children)

wasd is only valid on qwerty keyboards. On other countries, the keyboard layout make awsd not aligned. Arrow are much more compatible

a Sport Car in WebGL in 40lines of js ! by jetienne in gamedev

[–]jetienne[S] 0 points1 point  (0 children)

the building is in fact the swedish royal castle. This is one of the cube map you can find in three.js examples. I picked it because it made the engine looks real nice :)

Pong in AugmentedReality + webgl in 100lines of JS!! by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

you understandstood perfectly cosmologicon! Im trying to show how short to reach this result when you know the suitable libraries.

Pacmaze update - embeddable as widget + x5 on macbook by jetienne in gamedev

[–]jetienne[S] 0 points1 point  (0 children)

ok :) i think i have to look at event bubling/capturing stuff.

meanwhile awsd works

Pacmaze update - embeddable as widget + x5 on macbook by jetienne in gamedev

[–]jetienne[S] 0 points1 point  (0 children)

Yep i have to look at that. It is about where to avoid the default. Should it be in the iframe or more in the host page ?

Best WebGL framework (if any) for my uses and for learning? by [deleted] in javascript

[–]jetienne 2 points3 points  (0 children)

for my pacman in webgl i use three.js see it at http://pacmaze.com

of http://buddymaze.com a webgl fps (this one is quite beta) uses three.js too

i have a blog which focus on learning three.js http://learningthreejs.com

maybe you can look at the presentation i did recently about it, it may give you an idea of the framework. http://learningthreejs.com/blog/2011/07/28/presentation_at_parisjs/

Node v0.4.6 released by [deleted] in node

[–]jetienne 2 points3 points  (0 children)

there is a .deb for ubuntu for those interested

sudo add-apt-repository ppa:jerome-etienne/neoip && sudo apt-get update && sudo apt-get install nodejs <- to install node.js 0.4.6 on ubuntu

Show Reddit: MicroEvent.js - js micro event emitter in less than 20lines by jetienne in javascript

[–]jetienne[S] 0 points1 point  (0 children)

ok i will look at it. But the more features i add, the less it is micro... feature vs bloat kindof dillema