Skip to content

Moon Rover game implemented from scratch with OpenGL.

Notifications You must be signed in to change notification settings

AlexRiosJ/moon-rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon Rover

Moon rover simulator implemented with OpenGL, GLSL and C++.

Used Techniques

  • Terrain generation
  • Textures, Phong Lighting, Animations
  • OBJ Files
  • Third Person Perspective Camera

Made by

Demonstration

Setup

Ensure you have CMake installed.

To make it works execute the following commands:

mkdir build
cd build
cmake -G "MinGW Makefiles" ..
make
cd ..
.\build\main.exe

cd build && make && cd .. && build\main.exe

Screenshot

About

Moon Rover game implemented from scratch with OpenGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published