python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
LWJGL move camera forward (in the direction its facing)
My problem is that when I press W and look like 45° to the right, I'm not moving into that direction, but mainly forward (I'm moving very slightly to the right). I looked up different resources which ...
Crashcrafter
Votes: 0
Answers: 1
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
Problem with minecraft code 1.16.5 and org.lwjgl.input.Keyboard
I have a code of my minecraft mod.
package com.StilShem.BetterPH.keys;
import com.StilShem.BetterPH.Client;
import net.minecraftforge.client.event.InputEvent;
import net.minecraftforge.eventbus.api.S...
StilShem
Votes: 0
Answers: 1
Optimized way to display individual pixels in LWJGL/OpenGL
I wrote a simple raytracer in Java and displayed the individual pixels using Swing, but Swing was slowing down the application. I am trying to convert it to LWJGL (OpenGL for Java), but I don't know i...
anut
Votes: 0
Answers: 1