1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-09 16:30:40 +02:00

add pikuma.com course on 3d graphics (#173)

This commit is contained in:
æmon
2023-04-05 12:06:29 -04:00
committed by GitHub
parent 7b026aa128
commit 3610b4efb0

View File

@@ -110,6 +110,7 @@ Creative coding is a different discipline than programming systems. The goal is
- [Creative Coding with Canvas & WebGL](https://frontendmasters.com/courses/canvas-webgl/) - Workshop by Matt DesLauriers. that teaches you about generative art, interactive animations, 3D graphics, and shaders.
- [Advanced Creative Coding with WebGL & Shaders](https://frontendmasters.com/courses/webgl-shaders/) - Workshop by Matt DesLauriers that go deeper into graphics programming, math and shaders.
- [Three.js Journey](https://threejs-journey.com/) - This course by Bruno Simon will teach you the secrets to create the coolest WebGL websites with Three.js whether your are a beginner or an advanced developer.
- [3D Computer Graphics Programming](https://pikuma.com/courses/learn-3d-computer-graphics-programming) - Learn all the theory and the math behind 3D graphics while creating a software renderer from scratch using the C programming language
## Tools