Skip to content

Release of NetImgui v1.8

Choose a tag to compare

@sammyfreg sammyfreg released this 18 Jul 08:08
· 137 commits to master since this release
0f3fc7d
  • Support for new Dear ImGui input event architecture
  • Various small changes and fixes

NetImgui

Version 1.8

(2022/07/18)

  • API Changes
    • None
  • Dear ImGui 1.87 input event support
    • Input handling refactored to handle new Dear ImGui input event system (thanks to @lemantisee)
    • Added gamepad support
  • Compatibility tests
    • Now compile simple compatibility app for each Dear ImGui version supported
    • Allows to make sure the NetImgui Server works properly against any Dear ImGui version
  • Other Changes
    • 32bits support bugs fix in client code
    • NetImgui server popup now centered on main window
    • Some OpenGL fixes
    • Visual Studio 2022 LLVM support fix