Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flameshikari/arcade-font-engine
- Owner: flameshikari
- License: cc0-1.0
- Created: 2023-07-28T22:52:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-23T16:05:56.000Z (4 months ago)
- Last Synced: 2024-10-31T00:12:08.571Z (3 months ago)
- Topics: arcade-games, bitmap, font, pixel-font
- Language: JavaScript
- Homepage: https://fonts.hexed.pw
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```