If you're ever curious about how hard or complex being a game programmer can be:

- Pick up a C++ book or tutorial.
- Pick up a tutorial for rendering a triangle using either the DirectX 12 OR Vulkan graphics libraries.
- Make a single triangle appear and spin.

Comments