A 3D library built on three.js. Scorpion makes it easy to set up scenes, cameras, and objects using only one line of code.
For example, this whole scene is creted using only 4 lines of code. Using vanilla three.js, this would take over 20 lines of code:
For helpful information and documentation, make sure to check the wiki. You can also check out my twitter, @nathangwk.
More information about setting up Scorpion in your project can be found on the Wiki, however these are the basic libraries you will need to include in your project before Scorpion:
Scorpion uses several open source projects to work.
- Three.js - mrdoob
- Stats.js - mrdoob
- log.js - adamschwartz