Opengl 3d C Engine
This is a page about »Opengl 3d C Engine«.
What at first I thought I wanted to use was GLFW because was specifically for OpenGL adaptation, but
The two options I am considering are SDL3 and GLFW+GLEW.
The reason for SDL3 is because is much more popular and complex than others, but GLFW looks easier and is created to work with OpenGL, even if SDL supports it.
At the end I choose to work with GLFW because was easier to set it up.
I looked up and I choose to use:
- cmake
- conan
- glfw
- glew
- cglm