Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koji/of-shader-boilerplate
https://github.com/koji/of-shader-boilerplate
openframeworks shader xcode
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koji/of-shader-boilerplate
- Owner: koji
- Created: 2018-03-16T05:36:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T05:21:09.000Z (over 6 years ago)
- Last Synced: 2024-11-05T20:48:51.523Z (2 months ago)
- Topics: openframeworks, shader, xcode
- Language: Makefile
- Size: 68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oF-shader-boilerplate
This is using ofShader and ofxGui.
In terms of shader, this is using fragment shader(test.frag).sample
![output.gif](https://github.com/sleepy-maker/oF-shader-boilerplate/blob/master/output.gif)### CPU VS GPU
https://www.youtube.com/watch?v=-P28LKWTzrI### glsl vectors
```glsl
vec2(brightness, alpha)
vec3(red, green, blue)
vec4(red, green, blue, alpha)
```