Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdgriffith/elm-bezier
https://github.com/mdgriffith/elm-bezier
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdgriffith/elm-bezier
- Owner: mdgriffith
- License: bsd-3-clause
- Created: 2024-04-06T20:00:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:56:42.000Z (4 months ago)
- Last Synced: 2024-10-13T20:09:18.212Z (2 months ago)
- Language: Elm
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Bezier
This package is for working with cubic Bezier curves and is specifically made as a dependency for [Elm Animator](https://package.elm-lang.org/packages/mdgriffith/elm-animator/1.1.1/).
A good amount of this code was borrowed from [Elm Geometry](https://package.elm-lang.org/packages/ianmackenzie/elm-geometry), though the `Bezier.Spring` module is largely unique (though it was written with a considerable amount of help from Ian Mackenzie, for which I am very grateful!)