1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-02 21:42:33 +02:00

added vector article

This commit is contained in:
Terkel Gjervig
2018-12-03 18:21:31 +01:00
parent 016d18fbb9
commit bc9449251c

View File

@@ -417,6 +417,7 @@ Creative coding is a different discipline than programming systems. The goal is
- [Intuitive Math](https://intuitive-math.club/) - Explanations of fields like Linear Algebra and Geometry designed to help you develop a visual intuition for what is going on.
- [L-systems](https://github.com/arendsee/lsystems) - A Haskell package for L-systems.
- [Linear Interpolation](https://mattdesl.svbtle.com/linear-interpolation) - Introduction to linear interpolation (also known as mix/lerp).
- [Practical use of Vector Math in Games](https://www.gamedev.net/articles/programming/math-and-physics/practical-use-of-vector-math-in-games-r2968/) - In-depth article on vectors for game math.
## Machine learning • Computer Vision • Ai