3D Visualization with C++

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
  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

  • If you have a good math background and are a reasonably experienced programmer (or whenever you get there), I do highly recommend jumping into OpenGL. LearnOpenGL is the standard resource for this (it's fantastic), and you can get some basic graphics off the ground in a couple days. This is the most powerful approach to take as it will allow you to program for hardware acceleration, and also takes care of all the rasterization/clipping algorithms required to perform fast rasterized graphics. With OpenGL and GLFW you can do stuff like write a whole game from complete scratch (again, starting from nothing but a compiler and a blank text file), which is a great exercise in pretty much every aspect of programming ability.

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • Use https://github.com/ocornut/imgui to add a GUI.

  • 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
  • GLFW

    A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

  • Use https://www.glfw.org/ to get a window with an OpenGL context.

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