(Note: I do not know in which section this thread is the most suitable. It would be a big help if the admin would move this to a more suitable section)
I have made a game (somewhat) . Now, I have to focus on the GUI side of my game. Which library is the best and the easiest to make menus, GUI items and their events?
For now I think I would have a main menu, an options menu and the game itself. Now, I can’t switch windows for this. My entire OpenGL code is handled in the Renderer class. Back in those days when I worked in UE4, there were game states which made it easier to switch. Now, how do I “switch between menus” in Java and the helper libraries?