Skip to content

alexus37/NoriV2Webinterface

Repository files navigation

Nori Webinterface

Join the chat at https://gitter.im/alexus37/NoriV2Webinterface

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.

Requirements

  • pip (which python version?)
  • npm(/node)
  • cmake
  • redis sudo apt-get install redis-server

Make sure redis is running

Bootstrapping

Run npm install and pip install -r requirements.txt to install the requirements for the webapp

Compile Nori

Checkout the readme file from the nori repro.

Run (Server) in development environment

in the server directory run:

./runserver

to stop the server run

./stopserver

Data

Note that there is no data included for the default scene.

Structure

  • "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

Contact

For more information on the nori web interface please contact me.