Skip to content

Transformation capturing web widget built with web2py and threejs

License

Notifications You must be signed in to change notification settings

TheHipbot/xposition

Repository files navigation

xposition

A webapp built with web2py and three.js. Users are presented with a sphere composed of points. Each point is named, but the name is unknown to the front-end application. Users select a section of the sphere and the included point data is sent to the back end and determines the names of the points in the section.

To run for development:

docker run -d -p 80:80 -p 443:443 -v /path/to/local/xposition:/home/www-data/web2py/applications/init:rw -d thehipbot/web2py

To build Docker image then run (from project directory):

docker build -t thehipbot/xposition .
docker run -d -p 80:80 -p 443:443 thehipbot/xposition

About

Transformation capturing web widget built with web2py and threejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published