#Curves!

1 messages · Page 1 of 1 (latest)

near needle
#

I can already imagine a rope/cables that can be edited using this library; I love how your graph looks, and how easy it is to edit the curve
❤️

blazing trail
#

Thanks! I'm hoping to spend a significant amount of time here on the usability of the editor itself

#

I'd like it to be easy to use without needing to go look up documentation

eager token
#

This is really cool, is it relatively lightweight?

blazing trail
#

The goal is that the editor is "lightweight" enough to be used for development purposes and the curve evaluation is as performant as I can get it. The editor is intended to be used during development and the final curves are then included in the final product without the editor

eager token
#

Oh that's a really nice idea, like exporting the curve data to hardcoded values to be used?

blazing trail
#

Right. Either as a file to be loaded or as a literal to be included in code

eager token
#

What is a curve, just a table of points?

blazing trail
#

A curve here is a set of cubic Bezier curves that together make a spline

#

Practically it's a table of tables of vectors