This takes longer than expected.
This commit is contained in:
28
README.md
28
README.md
@@ -1,9 +1,9 @@
|
|||||||
# Awesome Graphics Programming
|
# Creative Development Glore
|
||||||
> A collection of links, notes and snippets to give beginners a good starting point for graphics programming
|
> A curated list of beginner friendly tutorials, tools, resources and shiny things for awesome creative development
|
||||||
|
|
||||||
TODO: Add Rune Madsens
|
[](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
## Contents
|
## Table of Contents
|
||||||
* Books
|
* Books
|
||||||
* Math
|
* Math
|
||||||
* Vectors
|
* Vectors
|
||||||
@@ -12,7 +12,7 @@ TODO: Add Rune Madsens
|
|||||||
* Shaders
|
* Shaders
|
||||||
* Glossery
|
* Glossery
|
||||||
* Tutorials
|
* Tutorials
|
||||||
* Tools (threejs, Pixi, GLSLIFY ..)
|
* Tools
|
||||||
* People to follow
|
* People to follow
|
||||||
* Resources
|
* Resources
|
||||||
* Related aweseomlists
|
* Related aweseomlists
|
||||||
@@ -20,22 +20,28 @@ TODO: Add Rune Madsens
|
|||||||
* Glossry lists
|
* Glossry lists
|
||||||
* Math
|
* Math
|
||||||
* Tutorials
|
* Tutorials
|
||||||
|
* Communities
|
||||||
|
|
||||||
## Books
|
## Books
|
||||||
[Generative Art]() - (desc)
|
[Generative Art]() - (desc)
|
||||||
|
|
||||||
Book of Shaders - https://thebookofshaders.com/
|
Book of Shaders - https://thebookofshaders.com/
|
||||||
|
|
||||||
http://natureofcode.com/
|
http://natureofcode.com/
|
||||||
|
|
||||||
https://programmingdesignsystems.com/
|
https://programmingdesignsystems.com/
|
||||||
|
|
||||||
http://pixelshaders.com/proposal/
|
http://pixelshaders.com/proposal/
|
||||||
|
|
||||||
https://paroj.github.io/gltut/
|
https://paroj.github.io/gltut/
|
||||||
|
|
||||||
http://www.scratchapixel.com/
|
http://www.scratchapixel.com/
|
||||||
|
|
||||||
|
# Math
|
||||||
|
|
||||||
|
# Communities
|
||||||
|
(r/rraytraycing)https://www.reddit.com/r/raytracing/] - Subreddit on raytracing.
|
||||||
|
(r/opengl)[https://www.reddit.com/r/opengl/] - News and discussion about OpenGL on all platforms.
|
||||||
|
(r/graphicsprogramming)[https://www.reddit.com/r/GraphicsProgramming/] - Subreddit on graphics programming.
|
||||||
|
(realtimevfx.com)[realtimevfx.com] -
|
||||||
|
|
||||||
|
# Tools
|
||||||
|
[three.js](https://github.com/mrdoob/three.js/)
|
||||||
|
|
||||||
## Video
|
## Video
|
||||||
https://www.youtube.com/user/shiffman
|
https://www.youtube.com/user/shiffman
|
||||||
https://www.youtube.com/user/codingmath
|
https://www.youtube.com/user/codingmath
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# Randomness
|
# Randomness
|
||||||
> The secret to generative art
|
> The secret to generative art
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Randomness
|
# Randomness
|
||||||
> Notes from Matt Persons, Generative Art
|
> Notes from Matt Persons, Generative Art
|
||||||
|
|
||||||
@@ -14,7 +12,6 @@
|
|||||||
|
|
||||||
## Circle
|
## Circle
|
||||||
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
http://inconvergent.net/shepherding-random-numbers/
|
http://inconvergent.net/shepherding-random-numbers/
|
||||||
https://github.com/inconvergent/shepherd-js
|
https://github.com/inconvergent/shepherd-js
|
||||||
|
|||||||
Reference in New Issue
Block a user