Skip to content

A simple programming example using OEE techniques to simulate our solar system in .NET using Visual Studio

License

Notifications You must be signed in to change notification settings

DeepHyperspace/Planet-Sim-VB

Repository files navigation

Planet-Sim-VB

A simple programming example using OOP techniques to simulate our solar system.

Image of Planet-Sim

By understanding this code, you will learn how to write a simple .NET Application. Every Planet has properties with different values. Physical formulas simulate the planets around the sun, you can speed up or slow down their movement. You can zoom in and out. This simulation is only 2-Dimensional.

Image of Planet-Sim

You can add additional planets or other objects like asteroids with a high eccentricity. You will see how they speed up near the sun and slow down when they get far away.

Additional notes

All classes are located in the file SimObjects.vb

Have fun. :-)