Skip to content

Instantly share code, notes, and snippets.

@notnotrobby
Last active August 3, 2025 14:20
Show Gist options
  • Save notnotrobby/3b347fc2368f600f448df002307c4214 to your computer and use it in GitHub Desktop.
Save notnotrobby/3b347fc2368f600f448df002307c4214 to your computer and use it in GitHub Desktop.

Getting Started with Graphics Programming

  1. Learn How to Program with Graphics (optional)
  2. Overview of How Computers Work
  3. Learn C/C++
  4. Learn Mathematics for Graphics Programming
  5. Learn Software Raytracing & Rasterization (CPU Rendering)
  6. Overview of How Computer Graphics Work
  7. Learn OpenGL (GPU Rendering)
  8. Learn About GPU Architectures
  9. Learn Vulkan (Low-Level GPU Rendering)

Rendering Techniques

Physically Based Rendering

Path Tracing

Ray Tracing

Software Architecture

Data-Oriented Design

Design Patterns

Performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment