https://github.com/aspjt/dungeontemplatelibrary
๐: Dungeon free resources (terrain & roguelike generation)
https://github.com/aspjt/dungeontemplatelibrary
3d-graphics creative-coding fractal generative-art godot graphics-programming procedural procedural-generation roguelike simulator terrain ue4 ue5 unity unity3d unreal-engine unreal-engine-4 virtual-reality voxel vr
Last synced: 13 days ago
JSON representation
๐: Dungeon free resources (terrain & roguelike generation)
- Host: GitHub
- URL: https://github.com/aspjt/dungeontemplatelibrary
- Owner: AsPJT
- License: bsl-1.0
- Created: 2018-12-14T17:05:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T13:58:55.000Z (about 1 year ago)
- Last Synced: 2025-04-08T13:05:35.859Z (13 days ago)
- Topics: 3d-graphics, creative-coding, fractal, generative-art, godot, graphics-programming, procedural, procedural-generation, roguelike, simulator, terrain, ue4, ue5, unity, unity3d, unreal-engine, unreal-engine-4, virtual-reality, voxel, vr
- Language: C++
- Homepage:
- Size: 122 MB
- Stars: 1,313
- Watchers: 26
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# DTL (Dungeon Template Library) [](https://github.com/AsPJT/DungeonTemplateLibrary/blob/master/LICENSE_1_0.txt)
[](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/API-reference)
---
# Overview ๐ฌ
### [**Version 0.4.14**](https://github.com/AsPJT/DungeonTemplateLibrary/releases) [ C++11/14/17 ]
---
## [SDK Downloads ๐ฅ](https://github.com/AsPJT/DungeonTemplateLibrary/releases)
[**>> SDK Downloads ๐ฅ**](https://github.com/AsPJT/DungeonTemplateLibrary/releases)
[**>> Web Trial ๐ท**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Web-Trial)
## Image Viewer Downloads๐ฅ
[**>> Viewer Download [Windows/.exe/(x86)] ๐ฅ**](https://www.dropbox.com/s/g0a1zifwf2nprl4/DungeonTemplateLibraryViewer%28x86%29.exe?dl=1)
[**>> Viewer Download [Windows/.exe/(x64)] ๐ฅ**](https://www.dropbox.com/s/xqplksy0oa0jc0m/DungeonTemplateLibraryViewer%28x64%29.exe?dl=1)
[**>> Viewer Download [Android/.apk/(ARM/ARM64/x86/x64)] ๐ฅ**](https://play.google.com/store/apps/details?id=com.AndroidDTL)
[**>> Roguelike๐ Viewer Download [Windows/.exe/(x64)] ๐ฅ**](https://www.dropbox.com/s/qmm0ovlijifiygc/RoguelikeViewer%28x64%29.exe?dl=1)
[**>> Unreal Engine 4 Viewer Download [Windows/.exe/(x86/x64)] ๐ฅ**](https://drive.google.com/open?id=10eSTRS40n4jJrsOtM5_VOkwzVDfYIrc7)
[**>> What is Image Viewer?**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Image-Viewer)
---
## [API reference ๐](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/API-reference)
[**>> API reference ๐**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/API-reference)
[**>> Version History ๐**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Version-History)
[**>> Roadmap ๐**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Roadmap)
[](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/API-reference)
---
## Supported Compilers ๐ง
### [Release](https://github.com/AsPJT/DungeonTemplateLibrary/releases) ([Release branch](https://github.com/AsPJT/DungeonTemplateLibrary/tree/release))
|Compiler|C++17|C++14|C++11|
|:---|:---|:---|:---|
|MSVC|14.0-passing|14.0-passing|14.0-passing|
|GCC|5.1.0-passing|4.9.0-passing|4.8.1-passing|
|Clang|5.0.0-passing|3.6.0-passing|3.4.0-passing|
|Zapcc|unknown|1.0.1-passing|1.0.1-passing|
|ICC|unknown|unknown|unknown|### Beta ([master branch](https://github.com/AsPJT/DungeonTemplateLibrary))
|Compiler|C++17|C++14|C++11|
|:---|:---|:---|:---|
|MSVC|14.20-passing|14.20-passing||
|GCC||4.9.2-passing|4.9.2-passing|
|Clang|8.0.0-passing|8.0.0-passing|8.0.0-passing|---
## Supported IDE โ
|Visual Studio ๐|
|:---:|
|Visual Studio 2019 version 16.0.0~|
|Visual Studio 2017 version 15.0.0~|
|Visual Studio 2015 Update 3|---
## Supported Game Engines ๐ฎ
[](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Unreal-Engine-4)
[](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Unity)
---
[**>> Dungeon Template Library for Unity**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Unity)
[**>> Dungeon Template Library for Unreal Engine**](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Unreal-Engine-4)
[**>> Unreal Engine 4 Viewer Download [Windows/.exe/(x86/x64)**] ๐ฅ](https://drive.google.com/open?id=10eSTRS40n4jJrsOtM5_VOkwzVDfYIrc7)
---
## Quick Start (CMake) โฉ
First clone this code.
```
git clone https://github.com/AsPJT/DungeonTemplateLibrary.git
cd DungeonTemplateLibrary/
```### For macOS or Linux
```
mkdir build
cd build
cmake ..
make ci
```### For Windows (VS2017)
```
mkdir build
cd build
cmake .. -G"Visual Studio 15 2017 Win64"
MSBuild DTL.sln /p:Configuration=Release
```---
## [License ๐ณ](https://github.com/AsPJT/DungeonTemplateLibrary/blob/master/LICENSE_1_0.txt)
[>> View License ๐ณ](https://github.com/AsPJT/DungeonTemplateLibrary/blob/master/LICENSE_1_0.txt)
Copyright (c) 2018-2019 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
---
# Related Items ๐ฎ
[](https://github.com/AsPJT/PAX_SAPIENTICA)
[](https://github.com/AsPJT/AsLib)
[](https://github.com/AsPJT/GenkaiSyuraku)---
On September 10, 2021, 1000 days have passed since the birth of DTL. ๐