Releases: dustmop/makechr
Releases · dustmop/makechr
Version 1.8.5
The old packaging system was mostly broken, so previously makechr shipped incorrectly in a few ways.
Followed this guide to modernize it: https://packaging.python.org/en/latest/tutorials/packaging-projects/
This new release switches to pyproject.toml and uses hatchling to build. Some various bugs are fixed, a couple of were part of the left-over python2 transition. The source files are all in the src/
directory now.
Version 1.5
While development has slowed down over the past year, there's still been a number of features added to makechr. The release of 1.5 includes some fun new stuff:
- rgb-mapping
- A flag for choosing other ways to map RGB color spaces to that of the NES
- Arduboy support
- Some options to output graphical data for the Arduboy
- python3
- Support for python3
- decompose-sprites
- A new mode for processing composite sprites, using a much better algorithm than free-sprite-traversal
- arbitrary sized inputs
- Input images can be arbitrarily large, and as many nametables as needed will be used
Version 1.4
Multiple small fixes and features:
- Chr overflow option, visible in gui.
- Upgrade wxpython to 4.0
- Double wide images create two nametables.
- Improved error handling around palette problems.
GUI, windows executable.
GUI application that displays image components and can export binary data. Build a windows executable using py2exe.
1.3
Add some more tests. Bump version to 1.2.
---------------- real 0m0.326s user 0m0.275s sys 0m0.035s