Skip to content

A simple library to create meshes from bezier curves for the Love engine.

Notifications You must be signed in to change notification settings

TangentFoxy/BezierMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BezierMesh

Library to create meshes based on bezier curves.

Usage

curve = love.math.newBezierCurve(0, 0, 0, 100, -50, 0, 50, 100)

BezierMesh:new(curve, image, resolution, meshMode)
-- image, resolution, and meshMode are optional
-- resolution is what value to use when rendering the bezier curve
-- meshModes: https://love2d.org/wiki/SpriteBatchUsage

About

A simple library to create meshes from bezier curves for the Love engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published