README.md 397 B

Maybe another GL

Another attempt to do something with OpenGL

Dependencies

  • GLM
  • SPDLOG
  • GLFW3
  • GLAD (built-in)

Build

  • Without vcpkg (make sure you have all dependencies setup correctly)

    mkdir build
    cd build
    cmake ..
    make
    
  • With vcpkg

    mkdir build
    cd build
    cmake .. --preset=default -DCMAKE_TOOLCHAIN_FILE=<your vcpkg.cmake file location>
    ninja