nstgeorge / VEKTA

A space exploration game created in Processing 3 with orbital mechanics
MIT License
1 stars 1 forks source link

Refactor `render()` in singleplayer #9

Closed nstgeorge closed 5 years ago

nstgeorge commented 5 years ago

The render function is looking really nasty. Time to split it into individual logical functions.

rvanasa commented 5 years ago

26 makes this a lot more manageable, so this might be resolved for now. We can move some more of the Singleplayer rendering code to SpaceObject, but this will probably be under a different issue.

nstgeorge commented 5 years ago

Thanks!