+ 2
Graphics in C++
I wonder, can I do graphics stuffs on C++ programming language like animations, gradients, patterns and ect.? I saw a lot of codes of other programming languages such as Pascal, HTML, PHP which produces amazing patterns in graphical window. I wonder if I can do same stuff with C++...
3 Respostas
+ 3
First thing ... HTML and CSS are no programming languages.
Then, of course you can ! You just have to use a graphical library. My favorite one is SDL2 (2D, you'll have to do 3D yourself, which can be hard), but you can go to SFML or QTCreator too !
OpenGL and DirectX also are but I would advise you not to start with them.
+ 3
Okey, thank you for reply! Got it. :)
+ 2
You are welcomed :)