Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

๐ŸŒ: Dungeon free resources (terrain & roguelike generation)

Awesome Lists containing this project

README

        

# DTL (Dungeon Template Library) [![BSL-1.0](https://img.shields.io/badge/license-BSL--1.0-blue.svg)](https://github.com/AsPJT/DungeonTemplateLibrary/blob/master/LICENSE_1_0.txt)

[![Logo-GIF](https://raw.githubusercontent.com/AsPJT/DungeonPicture/master/Picture/Logo/logo_color800_2.gif)](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)

[![API reference](https://raw.githubusercontent.com/AsPJT/DungeonPicture/master/Picture/UE4/psi480.gif)](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 ๐ŸŽฎ

[![Unreal Engine](https://raw.githubusercontent.com/AsPJT/AsPJT/master/Picture/dungeon_template_library_unreal_engine.png)](https://github.com/AsPJT/DungeonTemplateLibrary/wiki/Unreal-Engine-4)

[![Unity](https://raw.githubusercontent.com/AsPJT/AsPJT/master/Picture/dungeon_template_library_unity.png)](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 ๐ŸŽฎ

[![PAX_SAPIENTICA](https://raw.githubusercontent.com/AsPJT/PAX_SAPIENTICA/develop/Images/Logo/TitleBanner4.svg)](https://github.com/AsPJT/PAX_SAPIENTICA)
[![AsLib](https://raw.githubusercontent.com/AsPJT/AsPJT/master/Picture/aslib.png)](https://github.com/AsPJT/AsLib)
[![GenkaiSyuraku](https://raw.githubusercontent.com/AsPJT/AsPJT/master/Picture/genkai_syuraku.png)](https://github.com/AsPJT/GenkaiSyuraku)

---

On September 10, 2021, 1000 days have passed since the birth of DTL. ๐ŸŽ‰