joedf / PixelArtMarkupLanguage

PAML - Pixel Art Markup Language
MIT License
6 stars 2 forks source link

Feedback on main.exe and DLL #3

Open tajmone opened 5 years ago

tajmone commented 5 years ago

I've quickly built the main CLI tool with its DLL, it's working greatly. Pretty cool stuff, it can convert PAML files to a variety of useful formats.

Actually, I originally thought there was only an AutoHotKey previewer in the repo (haven't used AHK in ages), but then looking closely I realized there was also the DLL and a sample CLI tool (as some other stuff, like the Npp syntax).

You really ought to highlight all this stuff in the README, right now it's kind of hidden in the corners. You did a really good job, with all the batch scripts to compile and all, but right now chances are that these could go unnoticed, and it would be a pitty for this is a full blown project, ready for use.

joedf commented 5 years ago

I appreciate the feedback! It was originally only written as a test. PNG and XPM exports were never completed. I am currently writing a class version in javascript. This could be used in web-apps and run cross-platform with something like node.js or electron.

http://joedf.github.io/PixelArtMarkupLanguage/web/index.2.html