run in your browser! thats a editor utility to change your fonts sprites in tilesets and homebrews/rackrom games.
- Nintendo Entertainment System
- Nintendo Gameboy
- Nintendo Gameboy Color
- Sega Mastersystem
- Sega Megadrive
- Preview tileset online in your browser
- Support multiples chr banks
- Insert new fonts from system
- Insert new fonts from default (compatibility with browsers not then edge or chrome)
- Insert new fonts from cdn (googlefonts, jsdelivry)
- Insert new fonts from zip url (fontmeme, dafont)
- Export as pdf, tileset, image or rom.
1- choose the rom file | 2- choose the preview page , color and grid. |
3- configure the unicode | 4- configure the font |
5- customize the weight |
6- save modified game | 7- test in emulator! |
This is a very simple project to improve it, you just need to know typescript and and it has no dependencies for production, just use webpack as a bundler in development.
git clone https://github.com/RodrigoDornelles/pwa-chrfonts
bun run build
npm install
npm run build
podman run --rm -v $(pwd):/app -w /app -it oven/bun bun run build
docker run --rm -v $(pwd):/app -w /app -it ove/bun bun run build
This project is licensed under GNU AGPL 3.0 or higher, please read the LICENSE file.