floooh / fips-bgfx

fipsified version of bgfx (https://github.com/bkaradzic/bgfx)
17 stars 8 forks source link

Add exports to bgfx and update to latest #1

Closed fungos closed 9 years ago

fungos commented 9 years ago

I've tested on Linux and on Windows. Needed to use cmdline instead window for samples to get it working on windows for me, I think this should be fine for macos. Added a new renderer for Vulkan; Added a new sample, 25-c99;

There still an issue with projects without imports that causes fips-bgfx to fail building. Check https://github.com/floooh/fips/issues/78

floooh commented 9 years ago

Thanks! I'll do a quick test on OSX and Windows