Antoine Goutenoir

Results 171 comments of Antoine Goutenoir

Also, why does Jax binds `Jax.Buffer` to multiple contexts ?

Context juggling is for when you want multiple canvases to render the same World (from a different perspective, for example?)

I rushed into some code (and got a basic demo running), and then my computer crashed, so I [pushed](https://github.com/Goutte/dax) my code to github, out of fear. It's not satisfying my...

In the world of test-fasten : Say I know this code in that git branch ouputs something as expected (in our case, a series of images). I can't properly/easily/thoroughly express...

Hello ! I found out that some video cards failed to read the shaders (of both cyx and jax demos) : - Geforce 660M - GeForce GT 650M Some people...

I tested with the current master, and it looks like the shader issue melted away ! :yellow_heart: --- Just a quick note : `Camera.unprojectLineSegment` references `Camera.unproject` instead of `Camera.unprojectPoint`. Also,...

It was trivial, using the second parameter of `Camera.setDirection`. I'm eager to see what improvements you hacked into the shaders. See you all next year !

I promise I'll play with shaders when I grok them ! :) Meanwhile, I figured this might interest you, if you don't already know about it : http://ioccc.org/2013/hou/

Testing your application is a breeze, but testing Jax itself is a nightmare. I managed, after much blood and pain, to get ``` shell $ rake jasmine ``` working, but...

Hey there ! Thanks @sinisterchipmunk for the fast reply ! As I said, testing a jax-based app works like a charm, I was interested in testing Jax itself. I cloned...