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

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.

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
![Screenshot](resources/screenshot.png)