NoobQ: What graphics library should I use for writing my very simple collision simulator ?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • wxWidgets

    Cross-Platform C++ GUI Library

  • Check out Dear ImGui or WxWidgets. You can also use a framework like Qt

  • SFML

    Simple and Fast Multimedia Library

  • If you don’t mind writing the GUI from scratch, you can use a graphics library like SFML, or my personal favourite, SDL2.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

  • www.learncpp.com is a great place to start. Use https://en.cppreference.com/w/ as a language reference. Once you feel comfortable with the language, you can learn about the proper practices using the C++ Core Guidelines.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts