I followed The Cherno's OpenGL tutorial series on YouTube to learn OpenGL for Nim. In his tutorials, he uses C++, but since Nim's OpenGL code is very similar to the C++ code, it was easy to translate ...
In the main folder which contains the setup.py execute the following commands on the terminal. Create a virtual env with conda conda create -n pyside-opengl-tuto Activate your virtual env conda ...
I recently came in here asking for help in learning how to do basic graphics operations in C++ and someone in here (thank you whoever you are) sent me over to Nehe's OpenGL tutorials page. Needless to ...