https://github.com/psuong/vk-practice
https://github.com/psuong/vk-practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psuong/vk-practice
- Owner: psuong
- License: mit
- Created: 2025-03-05T06:05:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T21:33:04.000Z (4 months ago)
- Last Synced: 2025-06-19T05:06:48.812Z (4 months ago)
- Language: C++
- Size: 33.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## To Build
```bash
# For Clang
cmake --preset ninja# Visual Studio
cmake --preset visual_studio
```