Hey all,

I'm working on a shmup, and I couldn't find a good bezier library to fulfill the need, so I'm writing one.

You can find it here: https://github.com/dclowd9901/impactjsBezier

So far, I just have the tool side of the equation done. It'll let you create a layer and add, edit and remove beziers from it, and of course save them.

At this point, one who's written their own plugins before can probably use the bezier info to direct entity movement, but there's a lot more work I need to do to make the library polished. I need to move some logic around so it's more modular and make it easier for lower-level devs to utilize the library.

I'm very open to pull requests, so if you want to contribute, feel free.