I’m currently developing a hacking simulator using LWJGL, trying to implement a GUI has been tricky. I’ve heard of people using HTML/CSS for graphics. Is this type of thing possible using LWJGL?
I don’t know of any good HTML/CSS to LWJGL renderer. It’s one of the things I would want to make, HTML/CSS beats most GUI toolkits out there (looking at you Android) once you get used to it.