Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Kerning

Rendering Text from glyphs (in progress, currently working on shaders)

Build & Run (renderer lib not published yet, so build manually)

Install requirements

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Build renderer

cd renderer
maturin develop --release

Run (currently runs only parser implemented)

cd parser
python3 main.py

Examples

About

Text Rendering and Kerning from glyph binary data!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages