mirror of
https://github.com/terkelg/awesome-creative-coding.git
synced 2025-09-08 07:50:40 +02:00
This takes longer than expected.
This commit is contained in:
28
README.md
28
README.md
@@ -1,9 +1,9 @@
|
||||
# Awesome Graphics Programming
|
||||
> A collection of links, notes and snippets to give beginners a good starting point for graphics programming
|
||||
# Creative Development Glore
|
||||
> 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
|
||||
* Math
|
||||
* Vectors
|
||||
@@ -12,7 +12,7 @@ TODO: Add Rune Madsens
|
||||
* Shaders
|
||||
* Glossery
|
||||
* Tutorials
|
||||
* Tools (threejs, Pixi, GLSLIFY ..)
|
||||
* Tools
|
||||
* People to follow
|
||||
* Resources
|
||||
* Related aweseomlists
|
||||
@@ -20,22 +20,28 @@ TODO: Add Rune Madsens
|
||||
* Glossry lists
|
||||
* Math
|
||||
* Tutorials
|
||||
* Communities
|
||||
|
||||
## Books
|
||||
[Generative Art]() - (desc)
|
||||
|
||||
Book of Shaders - https://thebookofshaders.com/
|
||||
|
||||
http://natureofcode.com/
|
||||
|
||||
https://programmingdesignsystems.com/
|
||||
|
||||
http://pixelshaders.com/proposal/
|
||||
|
||||
https://paroj.github.io/gltut/
|
||||
|
||||
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
|
||||
https://www.youtube.com/user/shiffman
|
||||
https://www.youtube.com/user/codingmath
|
||||
|
@@ -1,8 +1,6 @@
|
||||
# Randomness
|
||||
> The secret to generative art
|
||||
|
||||
|
||||
|
||||
# Randomness
|
||||
> Notes from Matt Persons, Generative Art
|
||||
|
||||
@@ -14,7 +12,6 @@
|
||||
|
||||
## Circle
|
||||
|
||||
|
||||
## Links
|
||||
http://inconvergent.net/shepherding-random-numbers/
|
||||
https://github.com/inconvergent/shepherd-js
|
||||
|
Reference in New Issue
Block a user