Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 735 Bytes

libtwfx

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

samples

building

Here are the basic build instructions to get tgfx up and running on linux/osx/windows:

  • git clone --recursive https://github.com/hugoam/tgfx
  • cd tgfx
  • for linux (make):
    • bin/linux/genie --gcc=linux-gcc gmake
    • cd build/projects/gmake-linux
    • make 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