Tioww Posted September 24, 2016 Share Posted September 24, 2016 Maybe there is way to load tiled map or other map that have map editor with pixi.js? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 24, 2016 Share Posted September 24, 2016 For now, only RPGMV maps: https://github.com/pixijs/pixi-tilemap . But you can port "Tiled" loader there, i think. Just clear() and fill tilemap with your tiles. Also i recommend "dev-multitexture" branch, and not "root", its more effective, ut it supports only up to 12 textures of size 1024x1024 Tioww 1 Quote Link to comment Share on other sites More sharing options...
Tioww Posted September 24, 2016 Author Share Posted September 24, 2016 1 hour ago, ivan.popelyshev said: For now, only RPGMV maps: https://github.com/pixijs/pixi-tilemap . But you can port "Tiled" loader there, i think. Just clear() and fill tilemap with your tiles. Also i recommend "dev-multitexture" branch, and not "root", its more effective, ut it supports only up to 12 textures of size 1024x1024 too bad that i have to use rpgmv i want to create something my own with pixi.js i need only map editor :/ Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 24, 2016 Share Posted September 24, 2016 47 minutes ago, Tioww said: too bad that i have to use rpgmv i want to create something my own with pixi.js i need only map editor :/ If you know Tiled format, you can parse it and show, pixi-tilemap will deal with performance, while you can focus on format and stuff. Tioww 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.