Sorry for the noob question, but I really am still a game dev newbie:
I want to write a program with has a graphical 2D top-down map and some "icons" to click on.
Which gfx and GUI lib do you recommend? Ideally easy to program? Doesn't need to be fast.
I'm using C. All I've tried so far have their complicatedness and somehow don't work for me: Raylib, Gtk, SDL, OpenGL.
Edit: Here some details that trouble me:
- All libs except Raylib have incompatible versions.
- Raylib doesn't show what I paint. even when I use BeginDrawing() and EndDrawing().
Edit 2: Now I'm trying SFML. Seems promising, though it has incompatible versions, too.