Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Since I was really needing the command line export feature I forked your project and implemented the bare minimum for my personal needs. You can take a look here:

https://github.com/Gnumaru/laigter

I only made a windows build since it is the main OS I'm currently using for development.

I can make you a pull request if you want, but I did'nt had the time to make sure my changes fit your projects coding style and quality standards.

Wow, thanks a lot!!

I'll check it as soon as i can.

About the coding style and quality standars, i have none till now.. this was supposed to be just a personal project, something like a test... and i'm usually messy writting code... But i think i should starting to define coding style. I think we could use clang-format beautifier and that's all.

Thanks again!