https://github.com/vezwork/polylab
Polylab polylog pollywog
https://github.com/vezwork/polylab
Last synced: 10 months ago
JSON representation
Polylab polylog pollywog
- Host: GitHub
- URL: https://github.com/vezwork/polylab
- Owner: vezwork
- Created: 2023-03-20T18:57:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T22:53:36.000Z (12 months ago)
- Last Synced: 2025-07-11T04:36:29.650Z (12 months ago)
- Language: TypeScript
- Size: 18.9 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Polylab
My rough work and experiments for Polytope. There is a lot of undocumented and unpublicized stuff in here, but [Caretope](https://github.com/vezwork/polylab/tree/main/src/demo/caretope) has some documentation so far.
There are demos you can view in the demos folder, for example:
- [https://vezwork.github.io/polylab/dist/demo/caretope/viscaretope.html](https://vezwork.github.io/polylab/dist/demo/caretope/viscaretope.html)
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!
## Building and running locally
1. Clone this repo to the folder of your choice.
2. Navigate to that folder in your terminal.
3. Run `npm install`.
4. Run `npm run watch`.
5. Navigate to `localhost:8080` in your browser (or maybe 8081 or 8082 or so on if you have other servers running)