Hi! I'm Nicolas and I'm interested in information visualization, JavaScript and web standards.
I currently work as a Data Visualization Scientist at Twitter. I wrote PhiloGL, the JavaScript InfoVis Toolkit and V8-GL.
I've been quite busy these days.
I've been answering questions at the JavaScript InfoVis Toolkit Google Group, fixing a couple of bugs for the JIT and putting a lot of effort in V8-GL.
Oh right, I was almost forgetting that I have a day job also :S
Anyway, V8-GL kind of took another direction. I've been working on OpenGL ES 2.0 and OpenGL 2.1 bindings.
OpenGL ES 2.0 bindings are almost complete. Other bindings (like OpenGL 2.1, GLUT and GLU) need some extra work, but they are functional.
[Dean](http://github.com/deanm) helped a lot also. He just translated Vlad's metatunnel example to work with the new OpenGL ES 2.0 bindings.
The result's pretty impressive:
You can find some videos of "Metatunnel" implemented in Processing or Canvas3D at Youtube.
The good thing about the V8-GL example is that's a Desktop app coded in JavaScript using V8.