Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 533 Bytes

vkmGL

OpenGL library encapsulating basic OpenGL structures

Requirements

  1. Cmake version 3.21.2 or above

Build

git clone https://github.com/V-KMilev/vkmGL.git
git submodule update --init --recursive

You can find the lib in the build folder as vkmGL.lib

Include (as submodule)

git submodule add https://github.com/V-KMilev/vkmGL.git third-party/vkmGL

Third party

  1. glfw
  2. glm
  3. stb_image