aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/draw2dgl/notes.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-09-09 09:42:37 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-09-09 09:42:37 +0200
commit500caaeda74dd9c660279036293f4b2997cf0b03 (patch)
tree1226f60231a408b0aae67867faaa3f2cfbac8c83 /vendor/github.com/llgcode/draw2d/draw2dgl/notes.md
parent413560591fc2d89a73eb8a33ba28b0cc3407b1db (diff)
Add vendor
Diffstat (limited to 'vendor/github.com/llgcode/draw2d/draw2dgl/notes.md')
-rw-r--r--vendor/github.com/llgcode/draw2d/draw2dgl/notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/llgcode/draw2d/draw2dgl/notes.md b/vendor/github.com/llgcode/draw2d/draw2dgl/notes.md
new file mode 100644
index 0000000..0c21456
--- /dev/null
+++ b/vendor/github.com/llgcode/draw2d/draw2dgl/notes.md
@@ -0,0 +1,6 @@
+Rendering Vector Art OpenGl
+References:
+* https://www.youtube.com/watch?v=K5u8ZZBWSdw
+* http://http.developer.nvidia.com/GPUGems3/gpugems3_ch25.html
+* http://research.microsoft.com/en-us/um/people/cloop/loopblinn05.pdf
+* https://github.com/openframeworks/openFrameworks/issues/1190