Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by FragOnly

I have created a simple plugin to support the Tiled Map Editor JSON file format from inside of impact (http://www.mapeditor.org/).

https://github.com/FragOnly/impact-tiled

Some of the features it supports today are:
Loading saved JSON files at runtime
Supports orthogonal map orientation
Square tile size
Multiple tile sets per tile layer
Entities
Ordered tile layers

1 decade ago by Warspawn

nice! as it turns out I have also been working on one the past few days. mine is a bit different and requires the use of impact-layers.

https://github.com/bsparks/impact-tiled

1 decade ago by Cless

Awesome! Thanks for this. Very useful. :)

1 decade ago by Cless

I've had a few hours to try out both plugins. I'll probably stick with Warspawn's, mainly because it doesn't force you to load the JSON via XMLHttpRequest. (But that would be a really useful development feature to add.)

The first plugin loads the file from lib/games/levels via XHR, but that's only useful during development. In production, there will be no lib folder, presumably.
Page 1 of 1
« first « previous next › last »