/sleepy

WebGL spinning moon

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

What?

This is a webGL rendering of a spining moon. Intented to be projected onto a sphere.

install & use

  1. install node js and npm from https://nodejs.org/en/
  2. run clone git@github.com:kitextech/kitesim.git
  3. run cd kitesim
  4. run npm install
  5. run gulp
  6. open docs/index.html

livereload

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.

editor

We recommend using Visual Studio Code which is typescript aware.