A lightweight standalone application that lets you open and navigate LDtk projects.
Supports the latest LDtk format with all the new features.
The project has 2 dependencies (sogl and LDtkLoader), but don't worry, CMake will take care of everything.
Simply run:
mkdir build && cd build
cmake ..
cmake --build .
To build for the web, install emscripten and run
emcmake cmake ..
instead.