Pyxel Edit Forum Archive
ArchiveFeature requests

Export Plugin interface

A
AncientGrief
Feb 14, 2016 at 12:51 pm
Hi,

I really like PyxelEdit and I guess/hope it will get a lot more of awesome features :)
One I really miss is the possibility to export to a self defined format. I think about this:

PyxelEdit-Plugins: 
Invoking an external library function => passing the json/xml to this function. I would then have the ability to transform the JSON into my own format (I prefer pure binary formats, since those are easier to handle in C++ without much overhead + harder to read).

At the moment I am watching the folder for changes => new Json file added => my tool transforms it into binary on the fly ...



E
etybyte
Aug 31, 2016 at 3:51 am
I would very much like a way to define custom export formats. Some form of plugin system or even "worst" case a way to have it execute an external script file and pass the file path to it or something of that nature.