-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
I started with the tutorials on learnopengl.com with zero knowledge of graphics programming or C / C++. I tried my best to follow along, and I eventually had a basic understanding of C++, but there was still a lot of things that I didn't understand, so I went back to C to learn the basics. I'm definitely a lot more confident with C++ now, and I probably could have created a better Minecraft clone with it.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Would love some feedback :) https://github.com/c6dy/minecraft-c
-
You can read my code here: https://gitlab.com/welcube/welcube. I just have a cube drawn with OpenGL 2 and am currently working to translate it to 3, but those changes have not been pushed yet. Since I'm taking the project quite seriously I've created a sub for it (r/welcube) where I'll start posting updates and hope to see people enjoying the game :) There's also a Discord link in the sidebar, different from the one in the README, which I have to update. HMU if you want to discuss how I've handled some things!
-
Related posts
-
A few months ago I started the tutorials on learnopengl.com and I finally finished my first real project
-
A simple Minecraft clone written in C using modern OpenGL
-
Coding a Minecraft clone in pure C
-
What lesser known but amazing functionality of CHATGPT are you willing to share?
-
Are C programs only used for terminal based interaction?