Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.