1
What library to use c++?
(lemmy.world)
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
One library I've become very fond of using is Raylib. It has a ridiculously simple interface. If you just want to program a game and don't want/need the details of OpenGL/Vulkan/DirectX (which I'd suggest you do at some point anyways), then It'd be my pick.