What's this?
A basic page i will use to store some experiments/hacks. Mostly they'll be about javascript and WebGL.
Mind you, I'm a web programming nOOb :)
// A pointless demo with a triangle spinning.
GlDuh
// Threetwenty demos - slightly less pointless
// They use a library i'm writing for creating old-style 2D graphics
// Supports keyboard and touch gestures,
// loading bitmaps, BM fonts, shaders
// A sprite spinning around, fonts, a blur shader
// Arrow keys or swipe: change blur direction
320 Doge demo
// A terrain map generated from a 100x100 binary grid
// and generic tiles. Also, a CRT shader (looks better on big screens)
// Swipe (only on mobile): scrolls the map
320 Terrain demo
// Experimenting with fullscreen API
// Tap/click: go fullscreen
320 Fullscreen demo
// Fire demo, mode 13H style (noise + blur)
// Tap/click: go fullscreen
Fire demo
// Geolocation stuff
GeoCalc