Getting Started With GFX Programming in C in 2022

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

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

    So once you have a basic project setup, I recommend looking at learnopengl.com but rewrite all the code in C instead of following their exact code.

  • computer-graphics-from-scratch

    Text, diagrams, and source code for the book Computer Graphics from scratch.

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

  • tinyrenderer

    A brief computer graphics / rendering course

    That makes perfect sense to me! If you're not worried about OpenGL and utilizing the GPU, you could alway go with a software rasterizer approach and follow this tutorial. It's in C++ but it's definitely something you can translate into C with very little effort!

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