Skip to content

printfdebugging/graphics

Repository files navigation

Graphics

Environment Setup

  • Windows
    • Install MSYS2 with winget install MSYS2.MSYS2, add C:\msys64\clang64\bin to PATH
    • Install Git with winget install Git.Git

Dependencies

  • On Windows, open the MSYS2 CLANG64 shell
  • On Linux, use "THE BASH"
  • Run ./scripts/dependencies.sh, this installs compilers, build tools etc

Note

dependencies.sh only installs packages for Archlinux and MSYS2. If you use some other distribution, feel free to find the equivalent package names and add them to the script, thanks!

Bulid Steps

# pull in the git submodules
git submodule update --init --recursive 

# build with cmake
cmake -B build
cmake --build build

# run the executable
./build/executable

Style

  • Everything 🐍 snake_case
  • Avoid unnecessary typedefing
  • Format as per .clang-format

About

OpenGL Graphics Template Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors