Bitmap font editor for PolyFont in PolyGun
Go to file
2024-03-03 20:21:35 +01:00
.gitignore first actualy working version 2024-02-29 22:12:14 +01:00
canvas.py Implement new project creation 2024-03-03 20:17:42 +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 Implement save project as 2024-03-03 20:21:35 +01:00
project.py Implement new project creation 2024-03-03 20:17:42 +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