Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.86k stars 535 forks source link

Backend: Direct3D 8 #322

Open alextwothousand opened 2 years ago

alextwothousand commented 2 years ago

Does Nuklear have D3D8 support (without d3d8to9)? I would like to use it as an alternative to Dear ImGui, for a D3D8 game.

RobLoach commented 2 years ago

Likely not, but it is pretty straightforward to implement your own backend. Check out the Allegro implementation for inspiration https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/allegro5/nuklear_allegro5.h