joseph-montanez / bgfxSdl2ExampleWindowsDx11

Single Threaded BGFX with SDL2 on Windows via DirectX11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Build

mkdir build
cd build

If you want to open this in Visual Studio:

cmake.exe -G "Visual Studio 16 2019" -A x64 ..

If not then:

cmake -A x64 ..
cmake --build . --config Debug

Binary will be in build\Debug\bgfxSdl2ExampleWindowsDx11.exe

All DLLs, and assets should be in that debug folder so just run it from there.

About

Single Threaded BGFX with SDL2 on Windows via DirectX11


Languages

Language:C 78.0%Language:C++ 19.9%Language:Shell 1.0%Language:CMake 0.7%Language:Objective-C 0.3%Language:Batchfile 0.0%Language:GLSL 0.0%Language:SuperCollider 0.0%