wotori / ekza-atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ekza-atom

WebGL user visualisation interface based on three.js library

gif

Run SoulSphere App

  • install js libraries
    % yarn install

  • create virtual environment and activate it
    Unix - % virtualenv venv && source venv/bin/activate PC - % virtualenv venv && venv\Scripts\activate

  • install python dependencies
    % pip install -r requirements.txt

  • run python flask server
    % pip install -r requirements.txt

testing environment with hot reloading

  • install python live-server
    % pip install live-server

  • run server in root directory
    % live-server

  • create a parcel build if you want better multiple browser support [optional]
    % parcel watch static/app.js --out-file polyapp.js --out-dir static --no-hmr

About


Languages

Language:JavaScript 88.2%Language:HTML 5.8%Language:CSS 5.0%Language:Python 1.0%