An open API service indexing awesome lists of open source software.

https://github.com/mariosieg/bgfx_noesis_renderer

A renderer for the Noesis GUI system with BGFX
https://github.com/mariosieg/bgfx_noesis_renderer

Last synced: 12 months ago
JSON representation

A renderer for the Noesis GUI system with BGFX

Awesome Lists containing this project

README

          

# BGFX_Noesis_Renderer
A renderer for the Noesis GUI system with BGFX:

![image](https://user-images.githubusercontent.com/49988901/167708402-a31081ce-a475-4493-8129-fcaefec103cf.png)


# Note
This has been copy and pasted from a custom in-house game engine -
so it is NOT a plug and play repository.

But it should give you an idea and enough sample code

to replace some engine specific parts with your own code and make it work.



The code is C++ 20 so maybe you have to downgrade it to make it work with an older standard or compiler