Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.51 KB

LDtkViewer

A lightweight standalone application that lets you open and navigate LDtk projects.

Supports the latest LDtk format with all the new features.

Try it out !

Platforms

Windows Mac OS Linux HTML5

Build

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.

Gallery

screenshot1

screenshot3

screenshot4

screenshot2