https://github.com/kfields/hello-sokol
https://github.com/kfields/hello-sokol
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfields/hello-sokol
- Owner: kfields
- Created: 2022-11-25T12:55:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T18:15:32.000Z (over 3 years ago)
- Last Synced: 2025-01-18T21:03:22.763Z (over 1 year ago)
- Language: C
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Sokol
[SDL](https://github.com/libsdl-org/SDL)
[Sokol](https://github.com/floooh/sokol)
## Getting Started
```bash
git clone --recursive https://github.com/kfields/hello-sokol
cd hello-sokol
mkdir build
cd build
mkdir debug
cd debug
cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Debug ../..
#or
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ../..
```