JavaScript ray tracer
A neat example of a Ray Tracer built in CoffeeScript and running in JavaScript.
Share List
You might also find this interesting:
- CoffeeScript Source Maps One of the primary reasons developers give as staying away from CoffeeScript in the browser – the need to debug generated code – is no long a valid reason. Support...
- Introduction to JavaScript source maps HTML5Rocks has a tutorial introducing JavaScript source maps, currently available in Chrome Canary or WebKit nightly (not Firefox love yet). For everyone who’s made the jump to Coffeescript, the one...
- Instagram style filters in JavaScript Alex Michael has written a GPL’d JavaScript library that let’s you apply Instagram-style filters using Canvas and JavaScript entirely client side. Code is on Github. Share List...
- JavaScript Garden You can’t build a HTML5 Game with a good understanding of JavaScript. Enter JavaScript Garden. A site that aims to provide “documentation about the most quirky parts of the JavaScript...
- 4-Part Creating a Simple Windows 8 Game with JavaScript Tutorial Chris Bowen has written a 4-part series on SitePoint on creating a game for Windows 8 using JavaScript. The tutorial series walks you through the steps of building Catapult Wars,...