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

https://github.com/srcnalt/beziercurve

lua bezier curve
https://github.com/srcnalt/beziercurve

Last synced: 8 months ago
JSON representation

lua bezier curve

Awesome Lists containing this project

README

          

# BezierCurve
Simple cubic bezier curve creator. Scripted in LUA using Love2D.

### Usage
- **right mouse click:** add a point to the screen
- **left click:** reset screen

### How to run
- download and follow the instructions here https://love2d.org/wiki/Getting_Started
- alternatively download the executable and dll files from build folder

![](screencap-1.png)
![](screencap-2.png)