Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imsubst4nce/computer-graphics
- Owner: imsubst4nce
- Created: 2024-10-26T20:38:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:41:12.000Z (about 1 month ago)
- Last Synced: 2024-11-26T12:31:42.412Z (about 1 month ago)
- Topics: 2d, 2d-graphics, 3d, 3d-graphics, 3d-models, cpp, glew-glfw, glm, graphics-programming, opengl
- Language: C++
- Homepage:
- Size: 4.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.