Skip to content

smallkitten-development/Scorpion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scorpion

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:

alt text

For helpful information and documentation, make sure to check the wiki. You can also check out my twitter, @nathangwk.

Images:

image1 image2

Setup:

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:

Aknowledgements:

Scorpion uses several open source projects to work.

  • Three.js - mrdoob
  • Stats.js - mrdoob
  • log.js - adamschwartz