Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/offchan42/openglfinalproject

My OpenGLFinalProject (a dancing recursive tree and physics simulation)
https://github.com/offchan42/openglfinalproject

cpp game-engine opengl physics-simulation

Last synced: 14 days ago
JSON representation

My OpenGLFinalProject (a dancing recursive tree and physics simulation)

Awesome Lists containing this project

README

        

# OpenGLFinalProject
My OpenGLFinalProject (a dancing recursive tree and physics simulation)

# Download Link
Download the Executable Binary Here:
https://github.com/off99555/OpenGLFinalProject/releases/latest

# Note
I have used game engines like Unity3D and RPG Maker before. So I know what
OpenGL lack in term of functionality. This project is expected to bring a
game engine-liked functionality into OpenGL by reinventing the wheel.

# Limitation
I have to do everything in one file (because the grading system
doesn't allow uploading multiple files). So, the result is a pile of messed up
code inside **Main.cpp**.