GeorgievLab / CeCe-core

CeCe core library
http://georgievlab.github.io/CeCe/
GNU General Public License v3.0
0 stars 1 forks source link

Support for plugins written in other languages #6

Closed NTSFka closed 7 years ago

NTSFka commented 8 years ago

Plugins must be written in C++ and compiled for required platform. Adding new plugins is then hard for non C++ programmers.

Add ability to load plugin written in different language (loader should be provided by native plugin).

NTSFka commented 7 years ago

Custom plugin loaders are available from commit 68af4ed.