termProject
Terrain generator
Generates procedural terrain with distinct biomes and smooth borders using Perlin noise
Terrain generator with 5 visually distinct biomes, spread them in regions and smooth their borders
15 stars
3 watching
0 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
c-plus-plusgladglfwgraphicsopenglprocedural-terrainterrain-generation
Related projects:
Repository | Description | Stars |
---|---|---|
jaysmito101/terraforge3d | A powerful tool for generating and texturing 3D terrains using procedural techniques. | 973 |
kylebarron/pydelatin | Generates 3D terrain meshes from input data using a C-based algorithm | 68 |
openscenegraph/virtualplanetbuilder | A tool for generating and organizing large-scale 3D terrain databases from geospatial imagery and heightfields. | 97 |
ionureche/3d-terrain-generator | An application that generates 3D terrain using procedural algorithms and allows control over its shape and binding to a Bezier surface. | 2 |
zielak/autoterraingen | A tool to generate terrains for Tiled editors by combining multiple tilesets into one terrain. | 15 |
havegum/terrain-generator | A Rust-based project that generates terrain using noise and Voronoi-based methods, with the goal of simulating agents and borders. | 29 |
anthony-mills/procedural_dungeon | Generates procedural dungeon layouts for games | 40 |
kylebarron/pymartini | Generates terrain meshes from heightmaps using a fast Cython implementation | 89 |
fede-vaccaro/terrainengine-opengl | An OpenGL 4 application rendering a procedural scene with terrain, water, and volumetric clouds. | 634 |
snowapril/procedural-terrain-estimator | A software tool for generating and editing 3D terrain using procedural noise functions and algorithms | 39 |
cpetry/texturegenerator-online | An online application for generating procedural textures using JavaScript | 110 |
friggog/tree-gen | Generates 3D tree models procedurally using Python | 836 |
jarikomppa/proctree | A procedural tree mesh generator and editor | 197 |
interactivecomputergraphics/discregrid | A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields | 291 |
rlguy/fantasymapgenerator | Generates fantasy maps with procedural techniques based on Martin O'Leary's notes | 696 |