asig / cbm-font-editor

A little tool that allows you to modify fonts for a wide range of Commodore home computers, and to store your creations as binary files (in plain and 'prg' format), as BASIC programs or as source code for the cbmasm cross-assembler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBM Font Editor

CBM Font Editor is a little tool that allows you to modify fonts for a wide range of Commodore home computers, and to store your creations as binary files (in plain and 'prg' format), as BASIC programs, or as source code for the cbmasm cross-assembler.

This app completely runs in your browser. All your data are belong to you! Everything is kept on your own machine, nothing is sent over the internets!

The latest version of this app is always deployed to cbmfonteditor.com

Build and run the app

Prerequisites

This project uses npm to build. If you don't have npm installed yet, head over to https://www.npmjs.com/get-npm first.

Install required dependencies

Install the dependencies with npm install

Build the app

Build the app with npm run build

Run the app locally

To start the app, just execute npm start, and point your browser to http://localhost:3000/

License

Copyright (c) 2022 Andreas Signer.
Licensed under GPLv3.

About

A little tool that allows you to modify fonts for a wide range of Commodore home computers, and to store your creations as binary files (in plain and 'prg' format), as BASIC programs or as source code for the cbmasm cross-assembler.

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.5%Language:CSS 6.8%Language:Go 3.5%Language:HTML 1.3%