https://github.com/code-disaster/sokol-shader-live-reload
experimental live shader reloading with sokol-shdc and cr.h
https://github.com/code-disaster/sokol-shader-live-reload
Last synced: 10 months ago
JSON representation
experimental live shader reloading with sokol-shdc and cr.h
- Host: GitHub
- URL: https://github.com/code-disaster/sokol-shader-live-reload
- Owner: code-disaster
- License: zlib
- Created: 2019-06-15T13:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T07:03:40.000Z (over 6 years ago)
- Last Synced: 2025-01-20T21:13:51.228Z (12 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live shader reload with sokol, sokol-shdc and cr.h
Just an experiment to combine the sokol shader compiler with hot/live reloading.
- https://github.com/floooh/sokol
- https://github.com/floooh/sokol-tools/blob/master/docs/sokol-shdc.md
- https://github.com/fungos/cr
Uses the [Handmade Math](https://github.com/HandmadeMath/Handmade-Math) library.