https://github.com/avicted/sokol_game_01
Simple 2D texture rendering with vertex- and index-buffer.
https://github.com/avicted/sokol_game_01
2d-game c sokol
Last synced: 2 months ago
JSON representation
Simple 2D texture rendering with vertex- and index-buffer.
- Host: GitHub
- URL: https://github.com/avicted/sokol_game_01
- Owner: Avicted
- License: mit
- Created: 2024-12-15T17:58:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T16:05:09.000Z (over 1 year ago)
- Last Synced: 2024-12-31T22:18:19.703Z (over 1 year ago)
- Topics: 2d-game, c, sokol
- Language: C++
- Homepage:
- Size: 7.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sokol C - Template
Bouncing textured quad.
```bash
git clone --recurse-submodules git@github.com:Avicted/sokol_game_01.git
chmod +x ./build.sh ./sokol-shdc
./build.sh
```
## Shader compiler
https://github.com/floooh/sokol-tools/blob/master/docs/sokol-shdc.md
## Screenshot
