Javascript port of Pat Hooper's original Java program, written c. 2012/2013 for use during Summer@ICERM. Runs at http://awstlaur.github.io/negsnel/
Aided research, culminating in: https://arxiv.org/abs/1502.02053
yarnwill install the dev dependencies (needs Yarn)npm installwill also work, just don't commit anypackage-lock.jsonit creates
yarn run start:devwill load up the webpack dev server, and watch for file changes- At the moment, the build is committed to source control. It is placed in
docs/for compatibility with Githup Pages - Run
yarn run precommit(ornpm run precommit). There should be no errors, andgit statusshould only report differences if you plan not to update the build
Contact me if you would like to add a feature or fix a bug, prior to putting in significant work.