1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-29 02:19:53 +02:00

Add Tools Tilemap GB and Tilemap Helper (#145)

* Add Tilemap GB to Tools section

* Add Tilemap Helper to Tools section
This commit is contained in:
bbbbbr
2019-09-14 03:12:43 -07:00
committed by Antonio Vivace
parent 595ddc778e
commit a9893564cc

View File

@@ -264,6 +264,8 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61
- [vtGBte](https://github.com/paul-arutyunov/vtGBte) - A minimalistic ncurses tile editor.
- [tpp1](https://github.com/TwitchPlaysPokemon/tpp1) - Definition and specification of a custom GB/GBC memory/hardware mapper, as a functional superset of MBC.
- [libstdgb](https://github.com/delwink/libstdgb) - A C library of useful Game Boy operations (SDCC).
- [Tilemap GB](https://github.com/bbbbbr/gimp-tilemap-gb) - GIMP image editor plug-in for importing & exporting GBMB and GBTD tilemaps and tilesets (as bitmap images or .GBM/.GBR files).
- [Tilemap Helper](https://github.com/bbbbbr/gimp-tilemap-helper) - GIMP image editor plug-in for optimizing tile maps and tile sets.
## Programming