An open API service indexing awesome lists of open source software.

https://github.com/monkstone/py5-vec2d

An exploration of a pure python implementation of Vec2D
https://github.com/monkstone/py5-vec2d

Last synced: 6 months ago
JSON representation

An exploration of a pure python implementation of Vec2D

Awesome Lists containing this project

README

          

# py5-vec2d

https://monkstone.github.io/py5-vec2d/

An exploration of a pure python implementation of Vec2D. I do not believe there is a need to ape PVector in `py5` here I will use my ruby-processing experiences with Vec2D to inform my approach. Thanks to Villares for his python implementation of PVector to get me started.