My rough work and experiments for Polytope. There is a lot of undocumented and unpublicized stuff in here, but Caretope has some documentation so far.
There are demos you can view in the demos folder, for example:
You can look in the demos folder and modify this URL to view the other demos for now. You can also clone and npm run watch
to get a file server to navigate the demos with. Sorry its a bit rough to explore!
- Clone this repo to the folder of your choice.
- Navigate to that folder in your terminal.
- Run
npm install
. - Run
npm run watch
. - Navigate to
localhost:8080
in your browser (or maybe 8081 or 8082 or so on if you have other servers running)