itfrombit / osx_handmade

OS X port of Handmade Hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SethArchambault opened this issue · comments

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!

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.