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

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

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