Rebecca Heineman
Rebecca Heineman
Added Python 3.10 to tox. Added .vscode to gitignore to ignore Visual Studio droppings
Write a tool to export and import fonts from the burgerlib font format to an xml file and a PNG
Add the font manager
After looking at all the different APIs, it's better to create render objects to perform the low level rendering, much like uber shaders, so rendering can be performed at a...
I am using an EV Code signing certificate that only exists in a Yubikey, so there's no .pfx file so I can't use vsixsigntool. This tool almost works, but it...
Doxygen includes math.h using "C" code which will fail compilation when including math.h due to a patch that was applied that assumed that "extern "C" {" is acceptable when compiling...