0
Graphics on C++
I know I just started coding with c++ and am excited about it but with all the projects I've seen so far, does sololearn teach any actual graphics on C++?
3 Respostas
+ 2
No, search for the Qt framework.
+ 1
No, sololearn does not teach graphics programming. However. C++ is a good choice for graphics programming. You would need to use a graphics API like Vukan to instruct your GPU to draw things.
You can also do purely CPU based drawing (for example on the console) though. But that gets slow pretty fast.
0
is that another branch of cpp or another language?