Tuesday, October 20, 2009

First app using simplex3d.math!



I've been dying to try out the noise function for a while. So here is the result of that experiment:

run kaleidoscope applet

The fun part of this applet is written in Scala. Then there is a panel coded in Java to act as a view. And finally, the JavaFX applet to wrap it nicely for the web. So far these three seem to be getting along very well.

Monday, October 19, 2009

Scala vector math library released.

Just released a math library for Scala. It has a syntax that is very similar to GLSL. Check it out. Any feedback is welcomed.

Compiler plugin is planned but not implemented yet. Stay tuned.