AEEEEEEEEEAAAAAAAAAEEEEEEEEEEEEEEEEEEEEEEEE
This repository has been archived on 2024-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-12-11 22:10:01 +03:00
.vscode clangd changes, rename funcs, modernize vertex attrib binding 2023-05-30 17:08:21 +03:00
src Add license 2024-12-11 22:10:01 +03:00
.clang-format clangd changes, rename funcs, modernize vertex attrib binding 2023-05-30 17:08:21 +03:00
.clangd clangd changes, rename funcs, modernize vertex attrib binding 2023-05-30 17:08:21 +03:00
.gitignore Initial commit 2023-05-27 17:44:20 +03:00
CMakeLists.txt Add license 2024-12-11 22:10:01 +03:00
debug.entitlements Initial commit 2023-05-27 17:44:20 +03:00
LICENSE Add license 2024-12-11 22:10:01 +03:00
README.md Crude OpenGL triangle example 2023-05-28 00:07:50 +03:00

Setting Up Environment for Windows

  • Install MSYS2 from here to C:\msys64
  • Once installed, open MSYS2 CLANG64 and run the following command:
pacman -S mingw-w64-clang-x86_64-toolchain mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-SDL2 mingw-w64-clang-x86_64-glew
  • Add C:\msys64\clang64\bin to your Path from Environment Variables.
  • Run the following steps:
mkdir build
cd build
cmake ..
ninja