grunt-lucas / porytiles

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

Refactor project code so there is a clearer client/library distinction #40

Open grunt-lucas opened 5 months ago

grunt-lucas commented 5 months ago

It would be nice if we could publish some kind of libporytiles, maybe in the form of a .a/.so/.dylib, as well as a header-only library. That way e.g. Porymap could vendor the header-only lib for integration, or other developers could use the library for their own purposes, etc.