building
May 10, 2019 ยท View on GitHub

tgfx is a full-feature mid-level rendering library built on top of bgfx
it is part of the encompassing two library

building
Here are the basic build instructions to get tgfx up and running on linux/osx/windows:
git clone --recursive https://github.com/hugoam/tgfxcd tgfx- for linux (make):
bin/linux/genie --gcc=linux-gcc gmakecd build/projects/gmake-linuxmake config=debug64 -j8
- for osx (make):
bin/darwin/genie --gcc=osx gmake - for osx (xcode):
bin/darwin/genie --xcode=osx xcode9 - for windows (visual studio):
bin/windows/genie vs2017