itfrombit / osx_handmade

OS X port of Handmade Hero
155 stars 18 forks source link

./osx_asset_builder.h:35:10: fatal error: 'stb_truetype.h' file not found #7

Closed SethArchambault closed 4 years ago

SethArchambault commented 5 years ago

Just a note, the current build is missing https://raw.githubusercontent.com/nothings/stb/master/stb_truetype.h

so it generates this error:

./osx_asset_builder.h:35:10: fatal error: 'stb_truetype.h' file not found

Quick fix, just thought you'd like to know!

itfrombit commented 4 years ago

osx_asset_builder has been deprecated in favor of osx_hhfont and in-game asset processing. I wrote a macOS version of hhfont using the native CoreText framework instead of stb_truetype so this include file is no longer needed.