ice1000 / jimgui

:sparkling_heart: Pure Java binding for dear-imgui
Apache License 2.0
185 stars 13 forks source link

Unsupported OS #87

Closed MagM1go closed 1 year ago

MagM1go commented 1 year ago

java.lang.UnsupportedOperationException: Unknown OS Windows 11, please submit issue to https://github.com/ice1000/jimgui/issues

okay

ice1000 commented 1 year ago

java.lang.UnsupportedOperationException: Unknown OS Windows 11, please submit issue to https://github.com/ice1000/jimgui/issues

okay

😱

MagM1go commented 1 year ago

java.lang.UnsupportedOperationException: Unknown OS Windows 11, please submit issue to https://github.com/ice1000/jimgui/issues okay

😱

😱

ice1000 commented 1 year ago

By the way I somewhat believe that this library should be rewritten in the way of https://github.com/ice1000/gdx-box2d. Maybe we can hopefully support #13

ice1000 commented 1 year ago

Try JniLoader.loadLib("jimgui-dx11.dll"). Maybe it resolves your issue.

ice1000 commented 1 year ago

Use that to replace JniLoader.load().

MagM1go commented 1 year ago

ye that works