digital_jungle/notes/Making a game with C++ and Raylib.md
2026-02-16 15:12:29 +01:00

9 lines
No EOL
465 B
Markdown

<status>Status: 🌱 </status>
A bit of context:
I gotten my hands on a course that was intro to writing games with C++. While it wasn't perfect, I got some starting point and inspiration - Raylib seems low level enough to get me with "all the fun", but high enough so I don't need to manually manage all OpenGL, which felt a bit too much at a time.
I'm documenting my journey, all with wins, fails and lessons I got along the way.
1. [make setup](./make setup)