Brief history: This app was a part of a academic graduation project, I learnd JavaScript, using the library ThreeJS for interaction and control of 3D models, and Ruby's Sinatra framework. It's still in version 0.0.1, and needs a lot of contribution.
The app is a 3D models Viewer and Composer in the sense of making new models using existing models, and you can download it later when you finish.
It's easy to get setup:
$ bundle install
You will need the sqlite3 on you system, and thats it, now launch sinatra with this:
$ ruby main.rb
- For now you can pm me if you need anything, or fork and pull request if you have any changes to do I would be greatfull :)