TangentFoxy / Pop.Box

(ON HOLD) Pop.Box is an easy to use GUI library for the LÖVE engine, intended for rapid prototyping.
http://guard13007.github.io/Pop.Box/docs
MIT License
8 stars 4 forks source link

bezierEditor / bezierHandle elements #61

Open TangentFoxy opened 7 years ago

TangentFoxy commented 7 years ago

Basic idea is a master element (NOT parented) that holds references and draws the curve, and 4 handle objects created that reference what they each need to to modify the curve.

Probably should be part of an expansion to the library for editor tools instead of part of the main suite? Or no?

TangentFoxy commented 7 years ago

The main thing wrong I did in my initial implementation of this for TruckGame is that the data doesn't get updated when the curve is updated, and the curve doesn't update if the data is changed.