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
- Host: GitHub
- URL: https://github.com/monkstone/py5-vec2d
- Owner: monkstone
- License: gpl-3.0
- Created: 2021-11-05T06:41:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T08:18:02.000Z (over 4 years ago)
- Last Synced: 2024-12-29T17:46:27.729Z (over 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.