Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flameshikari/arcade-font-engine

👾 Remake of NFG's Arcade Font Tool
https://github.com/flameshikari/arcade-font-engine

arcade-games bitmap font pixel-font

Last synced: about 2 months ago
JSON representation

👾 Remake of NFG's Arcade Font Tool

Awesome Lists containing this project

README

        

## ℹī¸ Description

[The original tool](https://nfggames.com/games/fontmaker/) was made by NFG (you can get the original source code from here). I remade the frontend based with my own vision, tweaked the PHP-script a little and containerized the app.

## đŸŗ Installation

Available in GHCR and Docker Hub for multiple platforms.

```yaml
services:
arcade-font-engine:
image: flameshikari/arcade-font-engine
container_name: arcade-font-engine
ports:
- 8080:8080
volume:
- ./cache:/var/www/html/cache # persist cache
```