Yes the whole point of everything being in JSON is that you can use it with any framework. I hope I can get around to releasing it but I am finishing up a game project first.
Exploding Rabbit
Creator of
Recent community posts
I've posted to my devlog twice, and both times I did not see the post when I clicked in the Devlogs section after posting. Are there limitations on which devlogs show up there?
I think it would make sense to add that feature. I'd also need to export an additional data file that would tell you where all the sprites are on the packed sheet. It would get more complicated if all packed sprites don't fit on a single sheet, so I may only allow a single sheet in the first version.
I'm working on a platform-agnostic game development tool called Exploding Editor. I started making it for my own use but a few people told me they were interested in using it after I showed it to them. I am trying to figure out if there is interest in a tool like this. I could not find a similar tool, so I am wondering if maybe there is one and I just couldn't find it.
Exploding Editor is used to generate data for game developers, and then you can use the data in any game engine. I'm using it with Unity for my own project. Its most unique feature is palette editing/animating, but it also has integrated sprite sheet slicing, a tilemap editor, and animation tools. I also may add the ability to create general purpose data and a basic entity/component system data model.
Please let me know if you are interested in a tool like this and what kind of features you are interested in. It is sort of like a barebones version of Unity without the game engine part that is geared towards 2D development. I personally like having my data separate from the engine I use, but not sure if others feel the same way.