pouët.net

Go to bottom

corrupted chrysalis by Minimalartifact [web]

# minimalartifact_-_corrupted_chrysalis

minimalartifact one scene demo entry for Inércia Demoparty 2019

Code, music, DDG art: [ps](http://tpolm.org/~ps)

Original still image taken from Kolonija/Kosmoplovci archives.

Tested on Chrome and Firefox.

Needs local http webserver running to load the audio buffer.

If you have node http-server globally installed you can just call `http_server_launch.bat`
If you don't you need to install node and execute `npm -g http-server` before that.
The demo page will be available on `http://localhost:8080`

If you're a python person:
you can do `python3 -m http.server` if you have version 3.x
or `python -m SimpleHTTPServer` if you have version 2.x
The demo page will be available on `http://localhost:8000`

Or if you don't like setting up local web servers, you can access
[http://psenough.github.io/minimalartifact_-_corrupted_chrysalis](http://psenough.github.io/minimalartifact_-_corrupted_chrysalis)
Go to top