Packages

High performance splines and bezier curves in a simple, user-friendly interface.

Current section

Files

Jump to
curves README.md
Raw

README.md

# Curves
## Introduction
Curves aims to be the best elixir framework for calculating bezier curves and splines.
## Project status
Curves is still a very new project and is under active development.
Be warned that there may be breaking changes with every new minor version, and stability is not guaranteed yet. Use at your own risk.
- ✅ predefined Bezier Curves
- ✅ custom Bezier Curves
- ✅ GPU acceleration
- 🚧 Splines (WIP)
## Directory
Welcome to Curves!
Be sure to check out the [livebook](https://curves.hexdocs.pm/bezier_curves.html) for an interactive demo/tutorial.
- [Hex docs](https://curves.hexdocs.pm/)
- [Hex package](https://hex.pm/packages/curves)
- [Github Repo](https://github.com/greetingsfellowhumans/curves)