Can any one have suggestions about computer graphics in c? Which book refer for it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can any one have suggestions about computer graphics in c? Which book refer for it?

Sololearn

10th Aug 2020, 2:15 PM
Shweta Soni
Shweta Soni - avatar
4 Answers
+ 1
This is C++, but you can also use SDL in C PACKT SDL Game Development is pretty good https://www.myzony.com/usr/uploads/2016/02/4127789886.pdf
10th Aug 2020, 2:33 PM
Ockert van Schalkwyk
Ockert van Schalkwyk - avatar
+ 1
Ockert van Schalkwyk Thank you sir.. But i need basic concept for computer graphics
10th Aug 2020, 2:37 PM
Shweta Soni
Shweta Soni - avatar
+ 1
Heres a book on Allegro, another popular library. http://www.ablmcc.edu.hk/~scy/cprogram/AllegroBook.pdf You might want to start with line drawing algorithms https://en.wikipedia.org/wiki/Category:Computer_graphics_algorithms It's a bit problematic to do real graphics in C/CPP on sololearn, but you can still practice the rasterization algorithms albeit in text output, e.g. https://code.sololearn.com/cHnYyd6HI3Vd/#cpp
10th Aug 2020, 3:03 PM
Ockert van Schalkwyk
Ockert van Schalkwyk - avatar
10th Aug 2020, 3:27 PM
Shweta Soni
Shweta Soni - avatar