https://github.com/xhxiaiein/glsl
随手记录 glsl 学习笔记。
https://github.com/xhxiaiein/glsl
Last synced: 3 months ago
JSON representation
随手记录 glsl 学习笔记。
- Host: GitHub
- URL: https://github.com/xhxiaiein/glsl
- Owner: XHXIAIEIN
- Created: 2022-08-18T07:07:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T08:30:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T06:52:52.019Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome GLSL
..# Book
- [Pixel Shaders](http://pixelshaders.com/sample/) by Toby Schachman
- [The Book of Shaders](https://thebookofshaders.com/) by Patricio Gonzalez Vivo and Jen Lowe# Examples
- [Shadertoy: GLSL 2D Tutorials](https://www.shadertoy.com/view/Md23DV)
- [Pixel Shaders](https://github.com/electronicwhisper/pixel-shaders) by electronicwhisper
- [GLSL Code](https://github.com/yadongx/glsl) by yadongx# Video
- [Learn GLSL Shaders from Scratch](https://www.udemy.com/course/learn-glsl-shaders-from-scratch/) (BV1kP4y1Y7MT)# in Construct
- [A brief history of graphics on the web and WebGPU](https://www.construct.net/en/blogs/ashleys-blog-2/brief-history-graphics-web-1517) by Ashley
- [From WebGL to WebGPU in Construct](https://www.construct.net/en/blogs/ashleys-blog-2/webgl-webgpu-construct-1519) by Ashley
- [How to write effects for Construct](https://www.construct.net/en/blogs/skymen-13/write-effects-construct-1538) by Skymen
- [GLSL Simple Tutorials](https://www.construct.net/en/forum/extending-construct-2/effects-31/documentation-built-in-85192#forumPost675677) by R0J0hound
- [Construct 3 Effects Manual](https://www.construct.net/en/make-games/manuals/addon-sdk/guide/configuring-effects#internalH1Link2)
- [Construct 3 Effects Addons](https://www.construct.net/en/make-games/addons?products=2&q=&cats=3&sp=1&sb=0&sd=0&sort=5&page=1)
- [Construct 2 Effects list](https://www.construct.net/en/forum/extending-construct-2/effects-31/webgl-effects-list-51897)