1
0
Fork
You've already forked 3DRenderer
0
No description
  • C 99.6%
  • Makefile 0.4%
2024年07月17日 20:18:59 +02:00
assets first codeberg commit 2024年06月16日 13:15:13 +02:00
src format 2024年07月17日 20:18:59 +02:00
.clang-format wip 2024年07月17日 20:06:45 +02:00
.editorconfig wip 2024年07月17日 20:06:45 +02:00
.gitignore first codeberg commit 2024年06月16日 13:15:13 +02:00
LICENSE.md ssh working 2024年06月16日 13:43:03 +02:00
Makefile first codeberg commit 2024年06月16日 13:15:13 +02:00
README.md first codeberg commit 2024年06月16日 13:15:13 +02:00

3D Graphics Programming From Scratch

Overview

  • pure C and SDL
  • fundations of 3D graphics
  • trigonometry and linear algebra
  • vertices and meshes
  • displaying pixels and color buffer
  • 3D projection and perspective
  • rasterizing lines and triangles
  • handling textures and texture mapping
  • camera and view transformations
  • displaying complex 3D models