Can anyone recommend a portable, c++ native multimedia library? I’ve tried SDL, but it doesn’t interface well with classes, as it is a c library.
Can anyone recommend a portable, c++ native multimedia library? I’ve tried SDL, but it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s SFML – the “Simple and Fast Multimedia Library” – which is essentially a object-oriented, platform-independent, OpenGL-based alternative to SDL and which looks really quite promising.
It allows to write very clear code with no special attention to resource cleanup: