Bitmap font editor for PolyFont in PolyGun
Go to file
2024-03-03 17:32:27 +01:00
.gitignore first actualy working version 2024-02-29 22:12:14 +01:00
canvas.py Implement canvas view moving 2024-03-03 17:27:39 +01:00
cli_ui.py Implement project opening and drawing editor canvas 2024-03-01 21:40:25 +01:00
exporter.py first actualy working version 2024-02-29 22:12:14 +01:00
LICENSE Initial commit 2024-02-21 20:48:54 +01:00
main.py Handle file dialog abort properly 2024-03-03 17:32:27 +01:00
project.py Implement project saving 2024-03-02 22:35:58 +01:00
README.md first actualy working version 2024-02-29 22:12:14 +01:00

FontEditor

A bitmap font editor for PolyFont in PolyGun.

Dependencies

  • pygame
  • numpy
  • pillow