chaiNNer
chaiNNer copied to clipboard
Plugins APIs for own nodes
I think some people could help you if there was a simple extension APIs.
Please be more specific. There are 2 things a plugin API could be.
The first is custom nodes created by combining already existing nodes. This feature is already planned. The idea is that you would be able to select a set of nodes in your chain and make a custom node out of them.
The second is a python API to integrate with the backend. This would allow you to e.g. add custom nodes by implementing them in python. This won't be possible any time soon. We are changing the backend API you'd need for this with almost every release. Chainner is still in alpha, so things are still changing a lot. We will likely be providing such an API once Chainner is most stable. Maybe once we reach beta or v1.0.0.
@RunDevelopment I was thinking about bundle "frontend" (js-ui) and "backend" (python) nodes. Thanks for the answer.