A rendering engine for Level Designer Toolkit files using DirectX 11 through DirectX Tool Kit. LDtkLoader is used to load LDtk files.
Pass as a command line argument a local LDTK file to render and all layers will be rendered using referenced icon or sprite textures. Entities with patrols will move along their patrol routes.
Level.Builder.2021-08-11.18-26-08.mp4
Use CMake to build, current dependencies are:
- directxtk (https://github.com/microsoft/DirectXTK). Available on VCPKG.
- directxmath. Availble on VCPKG.
- LDtkLoader (https://github.com/Madour/LDtkLoader).