An open API service indexing awesome lists of open source software.

https://github.com/kfields/hello-sokol


https://github.com/kfields/hello-sokol

Last synced: 9 months ago
JSON representation

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 ../..
```