blob: 9102eb99641862334b2123ba5d65c4dbd0f7e658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
C-Pluff, a plug-in framework for C
==================================
C-Pluff is a plug-in framework for C programs. It has been strongly inspired by
the Java plug-in framework in Eclipse. C-Pluff focuses on providing core
services for plug-in interaction and plug-in management. It aims to be platform
neutral and supports dynamic changes to plug-in configuration without stopping
the whole application or framework.
For more information, see the documentation at C-Pluff web site.
http://www.c-pluff.org/
For build and installation instructions, see INSTALL.txt.
|