bgfx-minimal-example icon indicating copy to clipboard operation
bgfx-minimal-example copied to clipboard

Minimal bgfx "hello world" example

bgfx-minimal-example

License

Minimal bgfx "hello world" example.

This doesn't use the bgfx example framework. GLFW is used for windowing. There are separate single and multithreaded examples.

Premake 5 is used instead of GENie, so this also serves as an example of how to build bgfx, bimg and bx with a different build system.

Related links

Using the bgfx library with C++ on Ubuntu and the associated repository.

Hello, bgfx!