https://github.com/depp/city_knot
WebGL demo for @Party 2019
https://github.com/depp/city_knot
dart demoscene webgl webgl2
Last synced: 11 months ago
JSON representation
WebGL demo for @Party 2019
- Host: GitHub
- URL: https://github.com/depp/city_knot
- Owner: depp
- License: gpl-3.0
- Created: 2021-04-01T19:52:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T20:10:11.000Z (about 5 years ago)
- Last Synced: 2025-03-22T12:18:51.475Z (about 1 year ago)
- Topics: dart, demoscene, webgl, webgl2
- Language: Dart
- Homepage:
- Size: 3.57 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# City Knot (Twisted City Life)
This is a demo made for @party 2019 by Robert Muth (http://art.muth.org/) and Dietrich Epp (https://www.moria.us/). The demo consists of a exploring a cityscape wrapped around a torus knot.

Duration: about 3 min
Video: https://www.youtube.com/watch?v=asV6yIC_bsk
License: GPL see [LICENSE](LICENSE)
Released at [@party](http://atparty-demoscene.net) in June 2019.
Technologies: Dart, WebGL2
## Live Version
http://art.muth.org/twisted_city_life.html
( Developer Mode http://art.muth.org/twisted_city_life.html#develop )
## Development
Note: run `make` without arguments for more info
This program may have suffered a bit of “bit-rot” and may not build correctly with the latest versions of Dart packages. In our experience, it will still build correctly if versions from June 2019 are selected, and the project is built using those.
### Install SDK
Ubuntu: package `dart``
Other platforms: https://dart.dev/tutorials/web/get-started (Section 2. Install Dart)
update PATH in Makefile
### Install Demo Dependencies
make get
### Development Build
make serve
(launches web server with just-in-time-transpiling)
Navigate to localhost:8080/delta.html
### Release Build
make build_release
make zipball (optional)
make serve_release
Navigate to localhost:8080/delta.html