python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why do I recieve error 'java.lang.UnsatisfiedLinkError: Can't load library' when the file can be found?
Why am I receiving this error even though the file is clearly there and it could be read?
My project is using lwjgl and imgui-java. I have added -Dimgui.library.path="libs" (where the .dyli...
Spencer Dring
Votes: 0
Answers: 1
How to open a webpage in ImGui
I've looked everywhere, and I can't seem to find the solution to my problem. I am wanting to know how I could use imgui to open a popup window and opening a chrome window with a website like "htt...
stinkiewinkie
Votes: 0
Answers: 1
How do I handle mouse events in general in Imgui with glfw?
I used the glfw callback function to move the camera with the mouse.
mouse callback function is:
void mouse_callback(GLFWwindow *window, double xposIn, double yposIn)
{
if (is_pressed)
{
...
Nor-s
Votes: 0
Answers: 3