The purpose of this web app is to be a web interface for the nori renderer. The whole process is very interactive and self-explanatory and can be done with every state-of-the-art web browser.
- pip (which python version?)
- npm(/node)
- cmake
- redis
sudo apt-get install redis-server
Make sure redis is running
Run npm install
and pip install -r requirements.txt
to install the requirements for the webapp
Checkout the readme file from the nori repro.
in the server directory run:
./runserver
to stop the server run
./stopserver
Note that there is no data included for the default scene.
- "server" contains the django server handling user and scene API as well as the connection to the renderer
- "app" contains the angularjs client frontend
- "NoriV2" contains the renderer
For more information on the nori web interface please contact me.