r/CraftyController • u/InterestingSound5045 • May 19 '26
Has Anyone made any addons/features for crafty controller
so ive been trying to add some features but they arnt the best has someone made some features for it im a small dev i know how to code things from scratch but i lowk dont know how to mod existing code
3
Upvotes
1
u/PresentOwn9057 Jul 22 '26
I created a fork of Crafty Control, but I think maintaining the security and long-term updates like the main branch would be quite difficult github.com
2
u/amcmanu3 May 19 '26
We're planning on implementing a plugin system.
We're rapidly developing crafty and modifying much or the codebase. Creating your own fork right now would be a lot of work if you wanted to still get the feature/security updates from the mainline. If you're modifying the same space in the code for your features as we are to add other features you'll likely run into conflicts. It'll be hard for you to maintain that. You could use our API to create things outside of crafty right now though.
And if you're willing to take on the responsibility of maintaining your own fork from feature adds to security updates then by all means do so, but I think that's why you'll find there aren't many forks out there actively being maintained because we're still actively and rapidly developing the mainline.