All Projects → vazgriz → DungeonGenerator

vazgriz / DungeonGenerator

Licence: MIT license
Procdural dungeon generator for Unity3D

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to DungeonGenerator

GuneyOzsanOutThereMusicVideo
Procedurally generated, real-time, demoscene style, open source music video made with Unity 3D for Out There by Guney Ozsan.
Stars: ✭ 26 (-93.53%)
Mutual labels:  procedural-generation, procedural-art
vengi
Home of a voxel game engine and its tools (like a voxel editor)
Stars: ✭ 800 (+99%)
Mutual labels:  procedural-generation, procedural-algorithms
Edgar Dotnet
Configurable procedural layout generator
Stars: ✭ 220 (-45.27%)
Mutual labels:  procedural-generation
Terraforged
Mod repo for TerraForged
Stars: ✭ 213 (-47.01%)
Mutual labels:  procedural-generation
Koi
Koi Farm, a koi breeding game
Stars: ✭ 343 (-14.68%)
Mutual labels:  procedural-generation
Terrain Builder
🏔 Procedural terrain using Three.js and perlin noise, Now Accelerated by your GPU!
Stars: ✭ 228 (-43.28%)
Mutual labels:  procedural-generation
waveFunctionCollapse
C implementation of Maxim Gumin's wave function algorithm done as a part of our C project at Imperial
Stars: ✭ 26 (-93.53%)
Mutual labels:  procedural-generation
ObHack
A random map generator for Doom engine games
Stars: ✭ 29 (-92.79%)
Mutual labels:  procedural-generation
fly
Flight simulator in OpenGL
Stars: ✭ 76 (-81.09%)
Mutual labels:  procedural-generation
Shan Shui Inf
Procedurally generated Chinese landscape painting.
Stars: ✭ 3,168 (+688.06%)
Mutual labels:  procedural-generation
Fast Wfc
An implementation of Wave Function Collapse with a focus on performance.
Stars: ✭ 252 (-37.31%)
Mutual labels:  procedural-generation
Worldgeneratorfinal
Procedural world map generator
Stars: ✭ 225 (-44.03%)
Mutual labels:  procedural-generation
IntroToComputerGraphics-CityGenerator
A Procedural City Generator built in Three.js
Stars: ✭ 34 (-91.54%)
Mutual labels:  procedural-generation
Rfxgen
A simple and easy-to-use fx sounds generator
Stars: ✭ 221 (-45.02%)
Mutual labels:  procedural-generation
procedural
Procedural generation as a service
Stars: ✭ 81 (-79.85%)
Mutual labels:  procedural-generation
Procedural Worlds Editor
Procedural World Editor is a node based procedural terrain generator
Stars: ✭ 218 (-45.77%)
Mutual labels:  procedural-generation
Edgar Unity
Unity Procedural Level Generator
Stars: ✭ 237 (-41.04%)
Mutual labels:  procedural-generation
Sceelix
A procedural generation software for automating 2D/3D content creation.
Stars: ✭ 98 (-75.62%)
Mutual labels:  procedural-generation
MetalCity
MetalCity - a procedural night city landscape generator
Stars: ✭ 29 (-92.79%)
Mutual labels:  procedural-generation
wfc
Wave Function Collapse library in C, plus a command-line tool
Stars: ✭ 317 (-21.14%)
Mutual labels:  procedural-generation

Dungeon Generator

This is the repo for the dungeon algorithm detailed here: https://vazgriz.com/119/procedurally-generated-dungeons/

Screenshots

A* pathing

License

The priority queue is by BlueRaja. The license can be found in Assets/BlueRaja. The delaunay triangulation is based off of code by Simon Zeni. The licenses can be found in Assets/Scripts2D/Delaunay2D.cs and Assets/Scripts3D/Delaunay3D.cs.

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].