Skip to content

Latest commit

 

History

History

solar-system-es6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Solar System 3D (ES6)

An update to the work done by Paul Lutus using the Physics Engine and logic he created.

Rewritten in ES6 and incorporating relative sizes of planetoids.

Building

Uses Babel to transpile ES6 to ES5

npm install -g browserify
npm install
browserify es6/script/index.js -t babelify --outfile script/bundle.js

###TODO

  • Rebuild in Three.js to incorporate textures and lighting.
  • Implement moons
  • Display orbit paths