https://github.com/shybyte/learning-shaders-glsl
Learning to write shaders in GLSL
https://github.com/shybyte/learning-shaders-glsl
Last synced: 5 months ago
JSON representation
Learning to write shaders in GLSL
- Host: GitHub
- URL: https://github.com/shybyte/learning-shaders-glsl
- Owner: shybyte
- Created: 2020-05-17T03:41:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T05:09:36.000Z (about 6 years ago)
- Last Synced: 2025-02-22T22:14:57.821Z (over 1 year ago)
- Language: GLSL
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-shaders-glsl
Learning to write shaders in GLSL
## Original Resources
* https://www.shadertoy.com/view/Md23DV from Uğur Güney.
## Vscode extensions
Using
* https://marketplace.visualstudio.com/items?itemName=stevensona.shader-toy
* https://marketplace.visualstudio.com/items?itemName=xaver.clang-format
* https://marketplace.visualstudio.com/items?itemName=slevesque.shader
## Fix vslang "write epipe" in vscode:
```bash
sudo apt install clang-format
```
https://github.com/xaverh/vscode-clang-format-provider/issues/83#issuecomment-598150797