Experiment to create a YAML like ThreeJS scene, rendering description document
Draft
- Provide a way to create an animate ThreeJS scene from a description document and interactions or signals (like microphone, MIDI devices, ...).
- Provide an browser environment with an editor that can be used to edit the description document and live update of the ThreeJS scene.
TODO: write about no eval
in the description document instructions
git clone <git url>
cd foreseen
npm install
- run tests in watch mode:
npm test -- --watch
You can also run npm run dev
to start a local server.
The app it serves is a simple web page with an editor and
some debug information.
You can also run npm run docs
to build a statically servable
bundle (and use something like npx http-server docs/
to serve it).
This is the way https://zeropaper.github.io/foreseen is built.