Skip to content

Solar system prototype made with OpenGL 3.3, GLUT and C++

License

Notifications You must be signed in to change notification settings

yrribeiro/solar-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar System Prototype

This is a solar system prototype made with OpenGL 3.3, GLUT and C++

The purpose of this project is to develop a program capable of representing a planet rotation movements. To do so, it were created a main celestial body where the other bodies will rotate around (aka The Sun), an inner and outer planet. In addition, the blue planet (outer) has two moons orbiting in different axis.

By pressing Y in your keyboard, you can see them rotating.

Preview

My Project GIF

Compile and execute

g++ main.cpp -o solar -lGL -lGLU -lglut
./solar

About

Solar system prototype made with OpenGL 3.3, GLUT and C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages