+ 1
What do you use to make graphics with the C and C++ programming language??
Do you use a library, if yes, name the library?? Or do you use something else?? Im new to game development so please, help me understand how graphics work and how to implement it in programming. I am sure there are others out there that struggle with graphics as well. Thanks in advance!! (:
5 Respuestas
+ 8
There are many options
I believe the graphics.h header is outdated
Try these
OpenCV 3
https://www.sololearn.com/discuss/578649/?ref=app
Game library SDL2
https://www.sololearn.com/discuss/498964/?ref=app
+ 5
@Willeam
I am using a tutorial for SDL2.
I do not believe it is difficult.
It takes a few vids and you are good.
I generated images from my pc in OpenCV 3 in one video.
Just search then use what works for you.
If you are serious, and are decent with C++.
As @Martin reccomended try direct x.
Also Unreal is good too.
0
Wow, thanks for the help, I'll defenitly be trying it out...
0
Thanks for the reply, but Is'nt SDL hard to learn? Im not afraid of hard work, I just want to know what im getting myself into.
0
Thanks to all the fast replies it helps a lot...