Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koji/of-shader-boilerplate


https://github.com/koji/of-shader-boilerplate

openframeworks shader xcode

Last synced: 16 days ago
JSON representation

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)
```