library/vcl/ - It contains the 3D graphics library. src/main.cpp - The one C++ file containing our source code, which will be deployed afterwards into an standalone executable. For this short tutorial ...
This project was built by following the LearnOpenGL tutorial by Joey de Vries. It provided invaluable guidance on setting up an OpenGL environment and implementing core game mechanics, shaders, and ...
※ブログで公開していた記事の抜粋(OpenGL)です。 Windows&C++で3DプログラミングするならDirectXかOpenGLだと思いますが、最新バージョン(DirextX12など)は、性能重視のため手軽にプログラミングができなくなっています。 なので古いバージョンで使えるもの ...