D3D11 backend for egui library. Presumably for mods/cheats development. Currently few features from egui are missing. WIP.
- Text rendering
- Mesh rendering
- Mouse input
- Keyboard input
- Scroll support
- Scissor rects clipping
- State storage
- Other image textures
- Different cursor icons
- Drag & Drop support
Example dll is contained in example-wnd
folder. It uses either steam overlay hook or dxgi.
Feel free to make an issue or fork the repository if you would like to contribute to the project.