working on integrating stb_truetype for font rendering
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Oct 2020 17:28:43 +0000 (12:28 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Oct 2020 17:28:43 +0000 (12:28 -0500)
commit77fb2d4d3985af77d487725cf3b84d6c07390627
tree711d4b97850e67ae0360951307a39b146c0b3a15
parentb49c64cc707d57e0bc3c301a2dccff84d6d54eb6
working on integrating stb_truetype for font rendering
Makefile
include/utils.h
lib/stb_truetype.c [new file with mode: 0644]
lib/stb_truetype.h [new file with mode: 0644]
lib/stb_truetype.o [new file with mode: 0644]
res/font/Hack-Regular.ttf [new file with mode: 0644]
src/physics.cpp
src/sim.cpp
src/utils.cpp