gl-terrain-demo
Rendering demo
A program that demonstrates OpenGL techniques and rendering methods
OpenGL terrain rendering demo
82 stars
8 watching
26 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
g-truc/ogl-samples | A collection of examples showcasing OpenGL graphics and programming techniques | 770 |
itoral/vkdf | A collection of Vulkan demos to demonstrate the API and simplify the development of simple graphics applications. | 37 |
dqlin/lghdemo | A real-time rendering demo showcasing lighting grid hierarchy techniques | 114 |
0xc0dec/demos | A collection of OpenGL and Vulkan graphics demos in C++ | 45 |
wolfgangfengel/graphicsdemoskeleton | A collection of simple DirectX 11/12 graphics demo examples | 51 |
lwjgl/lwjgl3-demos | A collection of demonstration programs showcasing various features and techniques in graphics rendering using the LWJGL 3 API. | 351 |
ushio/instancedparticle | Provides a basic implementation of instancing in OpenGL for rendering multiple particles at once. | 4 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,644 |
madjestic/haskell-opengl-tutorial | A collection of Haskell examples demonstrating various OpenGL applications and use cases. | 151 |
c-o-l-i-n/ng-generative-ai-demo | A demo project showing how to integrate Generative AI with an Angular app using Google Gemini and SignalR for real-time updates | 9 |
let-def/wall | A vector graphics renderer using OpenGL in OCaml. | 78 |
paroj/gltut | A series of tutorials on using OpenGL for graphical rendering | 1,578 |
igalia/piglit | Automated tests for various graphics APIs to ensure driver quality and compatibility | 9 |
fede-vaccaro/terrainengine-opengl | An OpenGL 4 application rendering a procedural scene with terrain, water, and volumetric clouds. | 634 |
gpuopen-librariesandsdks/hellod3d12 | An introductory Direct3D 12 sample demonstrating window creation and rendering of a textured quad with proper resource management. | 148 |