+ 1
Graphic with C
Hi, I am learning C language and I want to learn how to create simple graphics (like square) with it. Which header file to creating graphic is the best in your opinion?
3 ответов
+ 3
Hi Jan, here a few links:
- https://www.sololearn.com/Discuss/1717385/c-graphics-library
- https://www.sololearn.com/Discuss/2144772/graphic-interface-in-c
- https://www.sololearn.com/Discuss/1284876/c-graphics-programming
- https://www.sololearn.com/Discuss/1635464/graphics-in-c
- https://www.sololearn.com/Discuss/1347251/can-i-use-graphics-in-c-here
Have fun!
+ 1
Jan J
I recommend you read about SDL and GTK3,
+ 1
if you have linux debian distro just install the sdl if you want by :
sudo apt install libsdl1.2debian libsdl1.2-dev