#Beginner friendly 2D graphic resources for C

6 messages · Page 1 of 1 (latest)

naive ore
#

Hello, I'm a beginner in C without prior graphical knowledge. Recently, I have created a text based sudoku game. I'd love to integrate 2D graphics for it.

I'm looking for easy to work with resources for turning it into a 2D project in C.

Thank you

slim nicheBOT
#

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.

river tulip
#

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.

scarlet rampart
#

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

rain elk
#

Can't beat raylib