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
- Host: GitHub
- URL: https://github.com/mariosieg/bgfx_noesis_renderer
- Owner: MarioSieg
- Created: 2022-05-10T19:36:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T19:39:44.000Z (about 4 years ago)
- Last Synced: 2025-06-03T09:17:04.272Z (about 1 year ago)
- Language: C++
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BGFX_Noesis_Renderer
A renderer for the Noesis GUI system with BGFX:

# 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