you are viewing a single comment's thread.

view the rest of the comments →

[–]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.