AphonicChaos
AphonicChaos
At the moment, I don't know which browsers this project is meant to work on. It would be nice to know, for instance, if this relies on technology which precludes...
As it stands now, all documentation resides in a separate doc directory, which means that users that want to learn the API either have to build documentation from that directory,...
I didn't see any install instructions, but have come up with (I think) a minimal `stack.yaml` configuration: ```yaml resolver: lts-7.19 compiler: ghcjs-0.2.1.9007019_ghc-8.0.1 compiler-check: match-exact setup-info: ghcjs: source: ghcjs-0.2.1.9007019_ghc-8.0.1: url: http://ghcjs.tolysz.org/ghc-8.0-2017-02-05-lts-7.19-9007019.tar.gz...
- renamed to credits: seems more consistent with everything else - rewrote its implementation, as the old one didn't actually do anything but log it - you'll need to update...
Renamed vector to velocity and place to pos. All future pull requests will rely on this one (but should be independent within themselves)
A lot of code is written with concrete "magic" numbers, which not only makes it difficult to update code, but makes it difficult to interpret existing code as well. These...