-
I want to explore how to write ecode plugins. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The xmltools plugin is usually used as the base reference on how to approach / implement a plugin. Also @bytequill did a pretty good job implementing the first user-collaborated plugin with the Discord RPC plugin. It's also pretty small and a good reference. Plugin architecture is pretty self-explanatory to be honest, but you need some basic knowledge of C++ to grasp the general idea. It will depend on what you want to implemente, the API is kinda huge, this requires some hacking skills, documentation will be lacking. |
Beta Was this translation helpful? Give feedback.
The xmltools plugin is usually used as the base reference on how to approach / implement a plugin. Also @bytequill did a pretty good job implementing the first user-collaborated plugin with the Discord RPC plugin. It's also pretty small and a good reference. Plugin architecture is pretty self-explanatory to be honest, but you need some basic knowledge of C++ to grasp the general idea. It will depend on what you want to implemente, the API is kinda huge, this requires some hacking skills, documentation will be lacking.