grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Crazy idea: Go CLI frontend using Cobra #52

Open grunt-lucas opened 1 month ago

grunt-lucas commented 1 month ago

We have a ticket here to refactor the project so there is a clearer client/library distinction: https://github.com/grunt-lucas/porytiles/issues/40

If we had a libporytiles that is integrable, then we could possibly create some kind of Go frontend for the CLI. Would need to look into Go/C and Go/C++ interop.