https://github.com/kamilashi/opengl-fun
A small animated scene made with OpenGL and C++
https://github.com/kamilashi/opengl-fun
cpp opengl procgen
Last synced: 6 months ago
JSON representation
A small animated scene made with OpenGL and C++
- Host: GitHub
- URL: https://github.com/kamilashi/opengl-fun
- Owner: kamilashi
- Created: 2025-08-15T11:43:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T21:16:07.000Z (7 months ago)
- Last Synced: 2025-08-17T23:22:59.456Z (7 months ago)
- Topics: cpp, opengl, procgen
- Language: C++
- Homepage: https://kamilashi.github.io/jet-loop
- Size: 105 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jet Loop
This is a WIP project aimed at familiarizing myself with OpenGL and graphics APIs in general.
Currently the jet model is animated flying over a simple scrolling terrain. The terrain is generated via the Fractal Brownian Motion and eroded based on the height gradients.

## Instructions
*to run the solution, please download the [assimp library](https://github.com/assimp/assimp/blob/master/Build.md) and put it into the root/code/external folder so that the path to the assimp's top CMakeLists.txt looks like root/code/external/assimp/CMakeLists.txt. Then you would need to run the createvsproject.bat*
*to run the build, pull the root/out/build/code/application/Debug folder and run the OpenGLApp executable*

The current version supports real-time scene controls.