Skip to content

barretron/raycaster-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript Raycaster Engine

This is a CoffeeScript port of PlayfulJS's Raycaster Demo. Two focuses here are to:

  • modularize the original JavaScript code.
  • port the JavaScript code to idiomatic CoffeeScript (rather than an automated port).

Check out PlayfulJS's article for and in-depth guide.

Dev Requirements

If you just want to run the demo, point your browser to app/index.html.

If you want to hack on the engine, install the following:

  • CoffeeScript
  • Browserify
  • Coffeeify

npm install will compile and Browserify the CoffeeScript and copy src/index.html and src/img to app.

About

CoffeeScript port of PlayfulJS's raycaster demo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published