Skip to content

Release of NetImgui v1.8.1

Compare
Choose a tag to compare
@sammyfreg sammyfreg released this 18 Jul 08:24
· 85 commits to master since this release
  • Updated missing Api number update in api file
  • Support for new Dear ImGui input event architecture
  • Various small changes and fixes

NetImgui

Version 1.8.1

(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