Orbit - Newtonian Physics
by Mike Kuklinski · 06/02/2006 (1:07 am) · 5 comments
For the past 2 days I have been working on a pet Newtonian Physics project called Orbit. If you could not already have guessed, it simulates, guess what, orbits!
It is written in C++ and OpenGL. The graphics engine is half-ripped from NEHE's tutorials since that is not the main point of it, the main point is Newtonian Physics.
You can download it here.
Some Screenshots:
The Solar System. The big brown thing is Jupiter.
A close up of Earth. The little grey thing is the Moon.
Note, this project is not complete, I will continue to work on it until I feel it has some level of completion to it.
It is written in C++ and OpenGL. The graphics engine is half-ripped from NEHE's tutorials since that is not the main point of it, the main point is Newtonian Physics.
You can download it here.
Some Screenshots:
The Solar System. The big brown thing is Jupiter.
A close up of Earth. The little grey thing is the Moon.Note, this project is not complete, I will continue to work on it until I feel it has some level of completion to it.
About the author
Torque Owner Mike Kuklinski
That is a word to the wise - if you have a vulgar mind, double check your binaries to make sure you remove all 'unsavory' debug texts :).
--MK