TechnicJelle / SolarSystem

A solar system simulation environment where you can play around with planets, suns, gravity and orbits
Mozilla Public License 2.0
2 stars 3 forks source link

Separated the Gizmos from the System #8

Closed TechnicJelle closed 3 years ago

TechnicJelle commented 3 years ago

Using two PGraphics objects now. One for the system (sun, planets trails) and one for the gizmos (catapult, size, colour picker bar, planet heading and velocity)

Closes #7