+ 1
Which c++ library should I start know?
I think it's time to work on graphics and a bunch of things in c++,Which library is easy and essential for beginner?tnx
3 odpowiedzi
+ 4
I'd start out with 2d graphics first, 2d is much easier than 3d. Two of the most popular 2d graphics libraries for c++ are SDL 2.0 and SFML. They are both easy to use and not too hard for beginners.
+ 2
OpenGl is okay I guess, so you do not have to search so far. Take a look at this to see a simple example
https://youtu.be/M6Zfbj2azoI
+ 2
SDL! i've totally forgot about it! yes, SDL is just so cool to learn as a first one!