Heads up! This is my old blog. Check out the latest version of my website!

bigbang.coffee: graphical/evented functional programming for javascript (and coffeescript) 2014-04-07 01:10:20


bigbang.coffee is a coffeescript library that allows you to create graphical and evented programs (like games) in coffeescript or javascript using plain mathematical functions. It was inspired by the 2htdp library for racket.

bigbang

The bigbang function starts a new universe whose behaviour is specified by the options and handler functions designated.

annotated source


Examples

https://github.com/obfusk/bigbang-examples
http://bigbang-examples.herokuapp.com

bigbang-snake

snake game w/ bigbang.coffee

https://github.com/obfusk/bigbang-snake
http://bigbang-snake.herokuapp.com


- Felix

Comments