Hacker News
- Great beginner-level primer on shaders http://notes.underscorediscovery.com/shaders-a-primer/ 13 comments programming
Linking pages
- GitHub - dexteryy/spellbook-of-modern-webdev: A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development https://github.com/dexteryy/spellbook-of-modern-webdev 32 comments
- Realm Racer Devlog #3: Finally, Shaders http://indiebn.com/realm-racer-devblog-3-finally-shaders/ 6 comments
- GitHub - terkelg/awesome-creative-coding: Creative Coding: Generative Art, Data visualization, Interaction Design, Resources. https://github.com/terkelg/awesome-creative-coding 0 comments
Linked pages
- Ghost: The best open source blog & newsletter platform https://ghost.org 100 comments
- OpenGL - Introduction http://open.gl 90 comments
- Shadertoy BETA https://shadertoy.com 66 comments
- http://glsl.heroku.com 29 comments
- Making WebGL Dance http://www.acko.net/files/fullfrontal/fullfrontal/webglmath/online.html 24 comments
- Hackery, Math & Design — Acko.net http://acko.net/ 7 comments
- http://index.html 6 comments
- GLSL Sandbox http://mrdoob.com/projects/glsl_sandbox/#%23ifdef%20GL_ES%0Aprecision%20highp%20float%3B%0A%23endif%0A%0Auniform%20float%20time%3B%0Auniform%20vec2%20resolution%3B%0A%0Avoid%20main(%20void%20)%20%7B%0A%0A%09vec2%20position%20%3D%20gl_FragCoord.xy%20%2F%20resolution.xy%3B%0A%0A%09float%20color%20%3D%200.0%3B%0A%09color%20%2B%3D%20sin(%20position.x%20*%20cos(%20time%20%2F%205.0%20)%20*%2080.0%20)%20%2B%20cos(%20position.y%20*%20cos(%20time%20%2F%2015.0%20)%20*%2010.0%20)%3B%0A%09color%20%2B%3D%20sin(%20position.y%20*%20sin(%20time%20%2F%2010.0%20)%20*%2040.0%20)%20%2B%20cos(%20position.x%20*%20sin(%20time%20%2F%2025.0%20)%20*%2040.0%20)%3B%0A%09color%20%2B%3D%20sin(%20position.x%20*%20sin(%20time%20%2F%205.0%20)%20*%2010.0%20)%20%2B%20sin(%20position.y%20*%20sin(%20time%20%2F%2035.0%20)%20*%2080.0%20)%3B%0A%09color%20*%3D%20sin(%20time%20%2F%2010.0%20)%20*%200.5%3B%0A%0A%09gl_FragColor%20%3D%20vec4(%20vec3(%20color%2C%20color%20*%200.5%2C%20sin(%20color%20%2B%20time%20%2F%203.0%20)%20*%200.75%20)%2C%201.0%20)%3B%0A%0A%7D 0 comments
- Tilt–shift photography - Wikipedia https://en.wikipedia.org/wiki/Tilt%E2%80%93shift_photography 0 comments
Related searches:
Search whole site: site:notes.underscorediscovery.com
Search title: Primer : Shaders
See how to search.