#Beginner friendly 2D graphic resources for C
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
SFML is a suitable beginner friendly multimedia C++ library. It has a binding for C called CSFML which closely resembles the C++ API, so you can follow a C++ tutorial and easily adjust it to the C API.
SDL2 is also a way to go and you can use it for much more than SFML, and its a pure C API
SFML is easier to use but I never used its C api
Can't beat raylib