All Projects → averrin → Mapgen Viewer

averrin / Mapgen Viewer

Map generator based on Voronoi Diagram and Perlin noise

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Mapgen Viewer

Proceduralmapgenerator
A procedural map generator for roguelike games
Stars: ✭ 156 (-7.69%)
Mutual labels:  procedural-generation, sfml
Cosmonium
3D astronomy and space exploration program.
Stars: ✭ 153 (-9.47%)
Mutual labels:  procedural-generation
Wfc python
An implementation of mxgmn/WaveFunctionCollapse in Python
Stars: ✭ 114 (-32.54%)
Mutual labels:  procedural-generation
Nasnas
An intuitive and user friendly 2D game framework for C++
Stars: ✭ 131 (-22.49%)
Mutual labels:  sfml
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-27.81%)
Mutual labels:  procedural-generation
Texturegenerator
3D and 2D Texture generation using the compute shaders within the Unity engine.
Stars: ✭ 142 (-15.98%)
Mutual labels:  procedural-generation
Improved Sapling Tree Generator
A new version of Blenders sapling tree generator addon with improvements, new features, and bug fixes
Stars: ✭ 107 (-36.69%)
Mutual labels:  procedural-generation
Ndwfc
🌊💥 N-dimensional Wave Function Collapse with infinite canvas
Stars: ✭ 159 (-5.92%)
Mutual labels:  procedural-generation
Ue4proceduralmesh
UE4.7 Procedural Mesh Generation plugin
Stars: ✭ 147 (-13.02%)
Mutual labels:  procedural-generation
Df Style Worldgen
Fantasy Worlds Procedurally Generated
Stars: ✭ 130 (-23.08%)
Mutual labels:  procedural-generation
Anothercraft
A Minecraft clone demo
Stars: ✭ 130 (-23.08%)
Mutual labels:  procedural-generation
Epitaph
https://mkremins.itch.io/epitaph
Stars: ✭ 123 (-27.22%)
Mutual labels:  procedural-generation
Python Sfml
Official binding of SFML for Python
Stars: ✭ 145 (-14.2%)
Mutual labels:  sfml
Rock Generator
C# rock generator
Stars: ✭ 118 (-30.18%)
Mutual labels:  procedural-generation
Graphmesh
Graph-based mesh modifiers.
Stars: ✭ 128 (-24.26%)
Mutual labels:  procedural-generation
Proceduraltoolkit
Procedural generation library for Unity
Stars: ✭ 1,729 (+923.08%)
Mutual labels:  procedural-generation
Stsmapgen
Procedural map generator inspired by Slay the Spire.
Stars: ✭ 136 (-19.53%)
Mutual labels:  procedural-generation
Stylized Planet Generator
A stylized procedural planet generator written in Godot 3.0.
Stars: ✭ 166 (-1.78%)
Mutual labels:  procedural-generation
Sfml Vscode Boilerplate
A cross-platform SFML 2.5.1 & C++17 build environment for Visual Studio Code
Stars: ✭ 156 (-7.69%)
Mutual labels:  sfml
Gbemu
A Gameboy emulator in modern C++
Stars: ✭ 149 (-11.83%)
Mutual labels:  sfml

If you looking for Unity usage, you can found pre-alpha version here

mapgen

Map generator based on Voronoi Diagram and Perlin noise

screenshot

Build from sources

Linux

  • Install dev version of SFML and libnoise
  • cmake .
  • make

Windows

  • Install SFML
  • Install CMake for Windows
  • cmake .
  • Built created solution with Visual Studio
  • Add libnoise.dll and sfml libraries to result folder
  • Copy images/ and font.ttf into save folder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].