+ 1
Can any one have suggestions about computer graphics in c? Which book refer for it?
Sololearn
4 Respuestas
+ 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
+ 1
Ockert van Schalkwyk Thank you sir.. But i need basic concept for computer graphics
+ 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
0
Ockert van Schalkwyk Thanks😊