Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imsubst4nce/computer-graphics

OpenGL Project for Computer Graphics
https://github.com/imsubst4nce/computer-graphics

2d 2d-graphics 3d 3d-graphics 3d-models cpp glew-glfw glm graphics-programming opengl

Last synced: about 1 month ago
JSON representation

OpenGL Project for Computer Graphics

Awesome Lists containing this project

README

        

Maze Navigation with OpenGL

*This is an OpenGL project implemented for the course of Computer Graphics.*


The project is split into 3 parts contained in each of these folders:


**Ask1**:

* Navigating a blue square inside a blue 2D maze

**Ask2**:

* Navigating a yellow cube inside a 3D maze. Also implemented some basic camera movement.

**Ask3**:

* Final part, with all the functionality of the 2nd part, with a more sophisticated camera manipulating system, addition of sound to collisions, interactive treasure object to hunt around the maze.