From 1fb0747d56a314a72d97c6141d7160fd9a90d7c5 Mon Sep 17 00:00:00 2001 From: riebel Date: Fri, 24 Apr 2026 15:01:35 +0200 Subject: [PATCH] docs: Add pixi-tiledmap support details to documentation (#4499) Added information about pixi-tiledmap as a loader and renderer for Tiled Maps in Pixi.JS. --- docs/reference/support-for-tmx-maps.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/support-for-tmx-maps.rst b/docs/reference/support-for-tmx-maps.rst index cc94231357..87dd482de6 100644 --- a/docs/reference/support-for-tmx-maps.rst +++ b/docs/reference/support-for-tmx-maps.rst @@ -327,6 +327,10 @@ HTML5 (multiple engines) multi-canvas based game rendering library - `melonJS `__ A lightweight HTML5 game engine - `Panda 2 `__, a HTML5 Game Development Platform for Mac, Windows and Linux. Has `a plugin for rendering Tiled `__ maps, both orthogonal and isometric. +- `pixi-tiledmap `__ A + loader and renderer for Tiled Maps in `Pixi.JS `__ + v8+ written in TypeScript. JSON/XML support with no external deps, + full layer-type support, typed API and ESM/CJS dual output. - `Phaser `__ A fast, free and fun open source framework supporting both JavaScript and TypeScript (`Tiled tutorial `__)