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

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++

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.

![render image](root/assets/images/cover.png "Viewport screenshot")

## 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*

![gui image](root/assets/images/imgui.png "gui screenshot")

The current version supports real-time scene controls.