Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 306 Bytes

lvk

Repo to store and document learning vulkan graphics api

Will be using the following libs for windowing / mathematics:

  • SDL
  • GLM

To get started, run the following command in the root dir of this repo:

- git submod update --init --recursive
- mkdir build & cd build
- cmake ..