I'm trying to build a gplugin file but am at a loss for how they work exactly. Is there any documentation? Specifically for the tag. Thanks in advance.
There is no documentation for gplugin files at the moment, but you should be able to make one that suits your needs by looking at the existing gplugin files as examples. The gplugin file is a xml file, which begins with a descriptive part including the plugin name, description and a list of parameters. Then comes a series of integration rules, one set for each supported target platform. Those rules form a sort of program that gideros studio executes during export.
If you need more details about a specific tag or way of doing something, you can ask me.
Thanks hgy29. I've uploaded my plugin for you so you can see what I'm trying to do and where I'm hitting issues. Let me know if you need more explanation of what I'm trying to do.
Comments
maybe those could help?
*https://wiki.gideros.rocks/index.php/Making_a_Plugin
*https://forum.gideros.rocks/discussion/1025/step-by-step-how-to-write-a-c-plugin-and-deploy-it-to-the-desktop-windows-player/p1
*https://forum.gideros.rocks/discussion/comment/49777
*https://forum.gideros.rocks/discussion/comment/52244/#Comment_52244
The gplugin file is a xml file, which begins with a descriptive part including the plugin name, description and a list of parameters. Then comes a series of integration rules, one set for each supported target platform. Those rules form a sort of program that gideros studio executes during export.
If you need more details about a specific tag or way of doing something, you can ask me.
Likes: MoKaLux, vitalitymobile
https://github.com/troysandal/waxgplugin
Likes: vitalitymobile, MoKaLux