Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alepacho/sdl3_sokol
https://github.com/alepacho/sdl3_sokol
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/sdl3_sokol
- Owner: Alepacho
- Created: 2023-11-25T18:30:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T19:15:59.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:21:17.687Z (9 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL3 + Sokol Project
## Dependencies
```
* Git
* Clang
* Make
* CMake
```## How to compile
### Windows:
```powershell
> git submodule update --init --recursive --progress
> mkdir build
> cd build
> cmake -G "Unix Makefiles" ..
> make
> ../bin/SDL3_Sokol.exe
```### UNIX:
```bash
$ git submodule update --init --recursive --progress
$ mkdir build && cd build
$ cmake -G "Unix Makefiles" ..
$ make
$ ../bin/SDL3_Sokol
```## Resources
https://github.com/libsdl-org/SDL/blob/main/docs/README-cmake.md
https://github.com/floooh/sokol