Klowner / bgfx-example-1

Getting my feet wet with BGFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bgfx-example-1

Just a small example bgfx project using the bgfx examples entry harness, except built with CMake.

usage

mkdir build
cd build
cmake ..
make -j8
./bin/bgfxtest

About

Getting my feet wet with BGFX


Languages

Language:CMake 90.4%Language:C++ 9.6%