Implement multi-pass feature
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Examples/Simple/Blur.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
RNGL/GLCanvas.h
0 → 100644
RNGL/GLCanvas.m
0 → 100644
RNGL/GLData.h
0 → 100644
RNGL/GLData.m
0 → 100644
RNGL/GLFBO.h
0 → 100644
RNGL/GLFBO.m
0 → 100644
RNGL/GLRenderData.h
0 → 100644
RNGL/GLRenderData.m
0 → 100644
RNGL/GLUtils.h
deleted
100644 → 0
RNGL/GLUtils.m
deleted
100644 → 0
RNGL/GLView.h
deleted
100644 → 0
RNGL/GLView.m
deleted
100644 → 0
RNGL/RCTConvert+GLData.h
0 → 100644
RNGL/RCTConvert+GLData.m
0 → 100644
index.js
deleted
100644 → 0
... | ... | @@ -2,7 +2,7 @@ |
"name": "gl-react-native", | ||
"version": "0.0.1", | ||
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in VDOM descriptive paradigm", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com:ProjectSeptemberInc/gl-react-native.git" | ||
... | ... | @@ -18,10 +18,11 @@ |
}, | ||
"dependencies": { | ||
"invariant": "^2.1.0", | ||
"react-native": "^0.9.0" | ||
"react-native": "^0.9.0", | ||
"gl-react-core": "git+ssh://git@github.com:ProjectSeptemberInc/gl-react-core.git" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^1.1.0", | ||
"eslint": "^1.2.1", | ||
"eslint-plugin-react": "^3.2.3" | ||
} | ||
} |
src/Component.js
0 → 100644
src/Shaders.js
0 → 100644
src/Target.js
0 → 100644
src/View.js
0 → 100644
src/index.js
0 → 100644
Please register or sign in to comment