This is a webGL rendering of a spining moon. Intented to be projected onto a sphere.
- install node js and npm from https://nodejs.org/en/
- run
clone git@github.com:kitextech/kitesim.git
- run
cd kitesim
- run
npm install
- run
gulp
- open
docs/index.html
To increase development speed gulp will be tracking any file changes and process/copy files when needed. If you have the livereload plugin for chrome (and the livereload setting: local files activated) then the browser will automatically reload the page on file changes.
We recommend using Visual Studio Code which is typescript aware.