https://github.com/progm/gbdk-lib-extension
A small set of sources and tools for the Gameboy Development Kit by Michael Hope
https://github.com/progm/gbdk-lib-extension
Last synced: 8 months ago
JSON representation
A small set of sources and tools for the Gameboy Development Kit by Michael Hope
- Host: GitHub
- URL: https://github.com/progm/gbdk-lib-extension
- Owner: ProGM
- License: mit
- Created: 2013-08-05T17:16:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T21:59:09.000Z (almost 13 years ago)
- Last Synced: 2025-04-07T20:56:15.378Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 12
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gbdk-lib-extension
==================
A small set of sources and tools for the Gameboy Development Kit by Michael Hope
http://gbdk.sourceforge.net/
It includes a Java application to export images to sprites and background in gbdk and some C sources, adding some useful functions to the gbdk library.
FEATURES
==================
It's divided in 2 components:
TILE EDITOR:
-Export png\bmp\jpeg\tiff images to efficient assembly and C code for GBDK.
-Create maps and tileset starting from an image.
-Compress tiles in an RLE-like format
C LIBRARY:
-Various functions to setup metasprites. Metasprites are sets of sprites that can be moved all together to simulate the existance a bigger sprite.
-An improved set_bkg_data to load RLE compressed tilesets.
Here's a sample game that uses this library:
https://github.com/ProGM/doctorhow