trex
trex copied to clipboard
Font rendering, atlas generation and text shaping library written in C++
Maybe some website documentation by Doxygen? [Doxygen Awesome](https://jothepro.github.io/doxygen-awesome-css/) looks nice
Or at least use it and push the changes to the repo. The current code is not consistent at all
**NOTE:** Valgrind is available only on Linux (sadpepe.png) ```yml - name: apt install dependency run: | sudo apt-get -y install valgrind sudo apt-get -y install libcunit1 libcunit1-doc libcunit1-dev - name:...