big-bang
big-bang copied to clipboard
ClojureScript event loop abstraction, loosely based on Racket's big-bang and implemented on top of core.async
Currently `big-bang.package` is used to package up a world-state and message as a map. Then there is some mechanics inside `big-bang.core`, to determine if there is a message in the...
## Documentation Design notes & simple usage examples in README.md ## Examples As gists, runnable inside http://programming-enchiladas.destructuring-bind.org 1. Pacman 2. ~~Scrolling Image~~ 3. ~~Mouse move logger~~ 4. Circuit simulator -...
From a previously captured `:record?` history, we should be able to replay by supplying the history back into another big-bang via a `:playback` option. - Need to consider diffs between...