bgfx.nim icon indicating copy to clipboard operation
bgfx.nim copied to clipboard

Nim bindings to the BGFX C99 API

Results 3 bgfx.nim issues
Sort by recently updated
recently updated
newest added

Using the instructions from the readme: `git clone [email protected]:zacharycarter/bgfx.nim.git` `cd bgfx.nim` `nimble install` `nim c -r examples/00-HelloWorld/main.nim` Output: `../graphics.nim(55, 5) Error: cannot open file: x`

Was wondering if/when there will be vulkan support?

Howdy! Great work! Thanks! I got a little rotating cube demo working at home, but for it to work I just had to tweak a couple things: - the bgfx_release_fn_t...