• Which language?
    • Mainly C++
    • You write code for the CPU usually in C++, and also write code for the GPU (shader code) in a high level shading language such as such as HLSL or GLSL
      • You also need a way to tie them both together, asking the CPU to ask the GPU to do something useful using shaders and the other data and metadata needed to make that happen
  • C++

Projects

  • Build a raytracer
  • Build a software rasterizer
  • Implement a simple minecraft renderer
  • Graphics engine

Resources

Stuff I’ll learn eventually

Role Models?

https://wlsdn629.tistory.com/category/%EC%A7%84%EC%9A%B0%EC%9D%98%20%ED%8F%AC%ED%8A%B8%ED%8F%B4%EB%A6%AC%EC%98%A4