https://github.com/ncine/nctiledviewer
A viewer for Tiled maps made with the nCine
https://github.com/ncine/nctiledviewer
android custom-engine emscripten linux macos mingw ncine ndk opengl tiled tiled-map-editor windows
Last synced: 2 months ago
JSON representation
A viewer for Tiled maps made with the nCine
- Host: GitHub
- URL: https://github.com/ncine/nctiledviewer
- Owner: nCine
- License: mit
- Created: 2021-01-25T00:14:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T01:52:03.000Z (4 months ago)
- Last Synced: 2025-04-04T05:45:58.886Z (3 months ago)
- Topics: android, custom-engine, emscripten, linux, macos, mingw, ncine, ndk, opengl, tiled, tiled-map-editor, windows
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/nCine/ncTiledViewer/actions?workflow=Linux)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=macOS)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=Windows)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=MinGW)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=Emscripten)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=Android)
[](https://github.com/nCine/ncTiledViewer/actions?workflow=CodeQL)# ncTiledViewer
A viewer for [Tiled](https://www.mapeditor.org/) maps made with the nCine.The parser is pretty complete, lacking only elements related to layer groups, Wang sets, templates, editor settings, and chunks.
Layer data should be uncompressed and in CSV format for the loader to work. Embedded images are not supported but external TSX files are.
The viewer can only show orthogonal maps but it can load multiple tilesets, layers and animation frames.
At the moment image layers are not supported by the viewer.