Redhawk18 / mamba-bronze

Turns a font json with PUA values to a working rust module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mamba-bronze

Usage

Parse TTF files to generated a rust module, with custom code support.

Setup

  1. Clone the repo
git clone git@github.com:Redhawk18/mamba-bronze.git
cd mamba-bronze
  1. create the virtual environment
python3 -m venv .venv
  1. source the virtual environment
  2. install dependencies
pip install -r requirements.txt
  1. run code
python3 main.py

About

Turns a font json with PUA values to a working rust module.

License:MIT License


Languages

Language:Python 100.0%