Skip to content

crusader2k/DungeonTemplateLibrary

 
 

Repository files navigation

DTL (Dungeon Template Library) BSL-1.0 CircleCI

Logo-GIF


Overview 💬

Version 0.4.13 [ C++11/14/17 ]


>> SDK Downloads 📥

>> Web Trial 🏷


>> API reference 📚

>> Version History 📜

>> Roadmap 🏛

API reference


Support Compiler 🔧

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

Support IDE ⚙

Visual Studio 🆚
Visual Studio 2019 version 16.0.0~
Visual Studio 2017 version 15.0.0~
Visual Studio 2015 Update 3

Support Game Engine 🎮

Unreal Engine 4
svgUE4

Quick Start (CMake) ⏩

First clone this code.

git clone https://github.com/Kasugaccho/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

>> View License 💳

Copyright (c) 2017-2019 Kasugaccho. 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)


Contact 📮

E-mail: [email protected]
Twitter: @wanotaitei
svg Made by As Project.
gaccho Made by Gaccho.

About

dungeon free resources. [terrain generation / roguelike generation / maze generation]

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 99.7%
  • Other 0.3%