ncannasse / castle

A structured database with a local web service to edit it
ISC License
558 stars 78 forks source link

Added Curves and Vectors to CastleDB #136

Closed onehundredfeet closed 2 years ago

onehundredfeet commented 2 years ago

The primary use case for this is Hide. Since Hide depends on this library, it was necessary to introduce them here to make them available to the game.

While it's possible to create the editors for the Castle UI, this change list only adds backend support and not front end support.

If there are parts that I've missed, or are not up to any coding standard, let me know and I'll fix it up.

Cheers, Ryan.

onehundredfeet commented 2 years ago

Removed vectors and created new pull request.