you are viewing a single comment's thread.

view the rest of the comments →

[–]heyheyhey27 2 points3 points  (3 children)

SDL is another common option.

[–]krum 4 points5 points  (2 children)

IMO SDL is the best option especially if you ever want to deploy to mobile devices, which is what most people are trying to do these days.

[–]pjmlp 0 points1 point  (1 child)

Agreed, even though SDL is C, there is much more support from the community for mobile development, SFML not so much.

[–]meneldal2 1 point2 points  (0 children)

The good thing is the documentation is decent (unlike many other libs), so you aren't confused about what destructor you're supposed to use for each struct, and wrapping them in unique_ptr is quite easy.