trex icon indicating copy to clipboard operation
trex copied to clipboard

Font rendering, atlas generation and text shaping library written in C++

Results 3 trex issues
Sort by recently updated
recently updated
newest added

Maybe some website documentation by Doxygen? [Doxygen Awesome](https://jothepro.github.io/doxygen-awesome-css/) looks nice

documentation

Or at least use it and push the changes to the repo. The current code is not consistent at all

improvement

**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:...

improvement