https://github.com/notchris/phaser3-bitmapfont-generator
A small utility to create a Phaser3 compatible bitmap font.
https://github.com/notchris/phaser3-bitmapfont-generator
bitmap bitmap-font generator phaser phaser3 utility xml
Last synced: 11 months ago
JSON representation
A small utility to create a Phaser3 compatible bitmap font.
- Host: GitHub
- URL: https://github.com/notchris/phaser3-bitmapfont-generator
- Owner: notchris
- Created: 2019-12-02T16:11:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:08:53.000Z (over 3 years ago)
- Last Synced: 2025-07-19T22:22:56.305Z (12 months ago)
- Topics: bitmap, bitmap-font, generator, phaser, phaser3, utility, xml
- Language: JavaScript
- Size: 693 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser3 Bitmap Font Generator
This is a small utility to create bitmap fonts for Phaser3 and others. There are existing tools to help with this process, however, they no longer appear to be supported / require an application or are not oss. Created with Phaser3.
Note: This is still in progress but works for general cases. XML is logged to the console and the PNG can be saved from the canvas context menu.

## Installation
```bash
npm install
```
## Run the app
```bash
npm run start
```
## Contributing
Pull requests are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)