Add resources and references
This commit is contained in:
parent
17ad76f0f6
commit
c755da334b
2 changed files with 16 additions and 3 deletions
13
README.md
13
README.md
|
@ -84,3 +84,16 @@ in a texture in another framebuffer) does not work properly. I don't
|
|||
understand exactly what's broken, but maybe I'll investigate it more
|
||||
closely later. If you have any idea about what went wrong, don't
|
||||
hesitate to notify me!
|
||||
|
||||
## References and other resources
|
||||
|
||||
- [LearnOpenGL](https://learnopengl.com/)
|
||||
- [open.gl](https://open.gl/)
|
||||
- [docs.gl](http://docs.gl/)
|
||||
- [The Book of Shaders](https://thebookofshaders.com/)
|
||||
- [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer), a
|
||||
much more complete project with similar aims
|
||||
- [Shadertoy](https://www.shadertoy.com/)
|
||||
- [smoothstep.io](https://smoothstep.io/)
|
||||
- [webgl-noise](https://github.com/stegu/webgl-noise/), a collection
|
||||
of reference implementations of noise functions, for use in shaders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue