Pedro Moraes RSS Feed
 

Archive for Experiments

Sambavis I

Just another silly experiment, a sound visualization this time. I’m learning Haxe and porting some libraries such as BTween to that language. Also, you should have heard that the great 3D engine Sandy is being ported by Niel Drummond.
Unfortunately the most interesting scenes are way too heavy to publish, they can barely run on my [...]

A simple haxe kaleidoscope

Just a silly experiment.
 
var so = new SWFObject(”/kal.swf”, “kal”, “400″, “400″, “9″, “#ffffff”, true); so.addParam(”wmode”, “opaque”); so.addParam(”allowFullScreen”, “true”); so.write(”kal”);
Sources