aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
906 stars 210 forks source link

support for external plugins #211

Open lammermann opened 9 years ago

lammermann commented 9 years ago

I've heard that the lua plugin will be dropped in the near future. For me it would be interesting to keep it alive as an external plugin. The problem is minko has no official way to find external plugins. So if anyone would like to provide any kind of this problems will occur when it comes to compiling and linking.

Any Ideas about this? What about another environmental variable MINKO_PLUGIN_PATH with ';' separated paths for all plugins?

warrenseine commented 9 years ago

External plugin projects are supported but undocumented:

There is no support for a MINKO_PLUGIN_PATH environment variable at the moment. It'd make perfect sense and should be fairly easy to implement in sdk.lua though.