https://github.com/bluecadet/cinder-bluecadetshadershop
Beginner Cinder + Shader Workshop run at Bluecadet in early 2017
https://github.com/bluecadet/cinder-bluecadetshadershop
beginner cinder excercises glsl opengl samples shaders tutorial-exercises
Last synced: about 2 months ago
JSON representation
Beginner Cinder + Shader Workshop run at Bluecadet in early 2017
- Host: GitHub
- URL: https://github.com/bluecadet/cinder-bluecadetshadershop
- Owner: bluecadet
- Created: 2017-02-23T17:16:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T17:32:00.000Z (about 8 years ago)
- Last Synced: 2025-01-17T15:51:54.546Z (3 months ago)
- Topics: beginner, cinder, excercises, glsl, opengl, samples, shaders, tutorial-exercises
- Language: C++
- Homepage:
- Size: 8.21 MB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cinder-BluecadetShaderShop
Bluecadet Cinder shader workshop examples and slides.
Clone this repository into your Cinder folder:
```
cd /path/to/Cinder
git clone [email protected]:bluecadet/Cinder-BluecadetShaderShop.git
cd Cinder-BluecadetShaderShop/
```## Slides
[Bluecadet Shader Lunch and Learn 2017.pdf](https://github.com/bluecadet/Cinder-BluecadetShaderShop/raw/master/Bluecadet%20Shader%20Lunch%20and%20Learn%202017.pdf)
## Examples
* [01_SimpleVertexShaderA](01_SimpleVertexShaderA)
* [01_SimpleVertexShaderB](01_SimpleVertexShaderB)
* [01_SimpleVertexShaderC](01_SimpleVertexShaderC)
* [02_MixingColorsA](02_MixingColorsA)
* [02_MixingColorsB](02_MixingColorsB)
* [02_MixingColorsC](02_MixingColorsC)
* [03_DrawingACircleA](03_DrawingACircleA)
* [03_DrawingACircleB](03_DrawingACircleB)
* [03_DrawingACircleC](03_DrawingACircleC)
* [04_BlendingTexturesA](04_BlendingTexturesA)
* [04_BlendingTexturesB](04_BlendingTexturesB)
* [04_BlendingTexturesC](04_BlendingTexturesC)