An open API service indexing awesome lists of open source software.

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.

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.

![Generator preview](https://i.imgur.com/bwoq9MB.png)

## Installation

```bash
npm install
```

## Run the app

```bash
npm run start
```

## Contributing
Pull requests are welcome.

## License
[MIT](https://choosealicense.com/licenses/mit/)