Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debuss/bezier-curves
A simple Bezier curves implementation in Lua for Löve2d.
https://github.com/debuss/bezier-curves
love2d love2d-framework love2d-library lua
Last synced: 9 days ago
JSON representation
A simple Bezier curves implementation in Lua for Löve2d.
- Host: GitHub
- URL: https://github.com/debuss/bezier-curves
- Owner: debuss
- License: unlicense
- Created: 2018-01-22T16:03:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T19:32:07.000Z (over 5 years ago)
- Last Synced: 2024-11-28T23:24:53.982Z (2 months ago)
- Topics: love2d, love2d-framework, love2d-library, lua
- Language: Lua
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bezier Curves
A simple implementation of Bezier curve in [Lua](https://www.lua.org) with the framework [Löve2d](http://love2d.org).
Check the conf.lua file to check the Löve2d version used, some minor changes might be needed according to your version.
The **_documentation_** folder also include the list of the different functions that can be used to create and manage the curves.