My Experiments
This is a collection of some of my programming experiments.
Javascript
4.7 million swiss addressesvisualized using WebGL.
JS WARSA little space shooter
Space BreakA html5 acrade 'ball and paddle' game written in coffee-script.
WebGL IcebergAn iceberg with normal mapping, reflective water and hdr rendering.
Realtime raytracingRealtime raytracing in javascript. Yes we can!
Cornell BoxRaytracing/Pathtracing using web workers
Particle Chaos100'000 Particles influencing each other.
Particle Chaos10'000 Particles influencing each other.
Normal MappingRealtime normal mapping using the canvas tag
Water RipplesA simple fluid simulation in javascript
GalaxySimulating a galaxy of 5000 stars in javascript
Javascript PhysicsA port of box2d to javascript
FireA simple fire effect using the canvas tag
Handdrawn LinesAlgorithm for simulating hand drawn lines
Python
Mandebrot set in OpenGL/GLSLRendering the mandelbrot set on the gpu using glsl.
Jonas Wagner