TerrainEngine-OpenGL
Procedural scene renderer
An OpenGL 4 application rendering a procedural scene with terrain, water, and volumetric clouds.
An OpenGL 4 and C++ program which renders a procedural scene.
649 stars
24 watching
88 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fegennari/3dworld | A comprehensive 3D game engine with procedural content generation and real-time rendering capabilities | 1,186 |
jcbecker/termproject | A terrain generator that produces pseudo-infinite 3D landscapes with distinct biomes and adjustable parameters | 15 |
snowapril/procedural-terrain-estimator | A software tool for generating and editing 3D terrain using procedural noise functions and algorithms | 39 |
angelo1211/hybridrenderingengine | A high-performance rendering engine that combines physically based shading and image-based lighting techniques using OpenGL. | 1,233 |
mortennobel/simplerenderengine | A C++14-based graphics rendering engine designed to simplify 2D and 3D graphics programming. | 348 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,782 |
shff/opengl_sky | Procedural renderer for atmospheric effects in OpenGL | 189 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 373 |
mortennobel/simplerenderengineproject | A C++ render engine project with dependencies for game development. | 44 |
let-def/wall | A vector graphics renderer using OpenGL in OCaml. | 78 |
crushedpixel/polyline2dpathrenderer | A high-performance OpenGL-based path rendering tool | 11 |
openscenegraph/virtualplanetbuilder | A tool for generating and organizing large-scale 3D terrain databases from geospatial imagery and heightfields. | 99 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
liangliangnan/easy3d | A lightweight C++ library for efficient 3D modeling, geometry processing, and rendering. | 1,391 |
rswinkle/portablegl | A portable implementation of OpenGL 3.x in clean C as a single header library. | 1,051 |