#1 Module system
Closed 3 years ago by clearer. Opened 3 years ago by clearer.

The architecture of lightheart is based on plugins, but there is still no plugin system implemented.

A plugin system must be designed that allows the following things:
Load a shared library (.so, .dll, .dylib) based on glib's GModule system.
Allow access to data provided by a module.

If possible, the modules should be restricted to reading only data it provides or has been granted to the module.


Metadata Update from @clearer:
- Issue marked as depending on: #2

3 years ago

Metadata Update from @clearer:
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata
Boards 1
main Status: Done