0x0ade / ImGuiCS

Heavily modified fork of ImGui.NET + SDL2-CS, XNA and FNA samples
MIT License
7 stars 0 forks source link

ImGuiFNA / ImGuiXNA discussion #6

Open 0x0ade opened 7 years ago

0x0ade commented 7 years ago

Feel free to discuss anything regarding the FNA and XNA samples here.

The XNA sample is just the FNA sample with some differences regarding text input and clipboard management.

Currently, the XNA sample suffers from an issue when rendering. Feel free to open the two following images in new tabs and to switch between them. The issue is clearly visible in the ImGui Demo window title bar:

ImGuiFNA: Screenshot of ImGuiFNA

ImGuiXNA: Screenshot of ImGuiXNA

0x0ade commented 7 years ago

The ImGuiXNA issue's fixed - it's a "half pixel offset" difference when switching between OpenGL and DirectX, which is also mentioned in the dear ImGui FAQ.