MysteryBlokHed / databind

Expand the functionality of Minecraft Datapacks.
https://databind.rtfd.io/en/stable
GNU General Public License v3.0
4 stars 0 forks source link

Add extension support #69

Open MysteryBlokHed opened 3 years ago

MysteryBlokHed commented 3 years ago

Maybe a bit ambitious, but the ability to add functionality to Databind with extensions could make it applicable to more projects. If this is going to be done, it should probably be done when the language's syntax has become more stable. I was thinking that using PyO3 to let people add functionality with Python would be easiest for most developers. This would also mean creating a new Rust library, adding a new codebase and more to maintain. This is likely not a good idea to do right now, since bugs are still being ironed out in the main project. But once most bugs are fixed, this could be a nice addition.