Rendering Text from glyphs (in progress, currently working on shaders)
Install requirements
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtBuild renderer
cd renderer
maturin develop --releaseRun (currently runs only parser implemented)
cd parser
python3 main.py
