Skip to content

Releases: dustmop/makechr

Version 1.5

11 May 23:21
Compare
Choose a tag to compare

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

16 Oct 01:58
Compare
Choose a tag to compare

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.

16 Feb 05:50
Compare
Choose a tag to compare

GUI application that displays image components and can export binary data. Build a windows executable using py2exe.

Bump version to 1.3, duplicate version number in setup.py for PyPI in…

15 Feb 01:34
Compare
Choose a tag to compare

Add some more tests. Bump version to 1.2.

15 Feb 01:23
Compare
Choose a tag to compare
----------------
real    0m0.326s
user    0m0.275s
sys     0m0.035s