共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > exgen-platform |
exgen-platform
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Exgen is a flexible general purpose platform for building modular applications. You can write your application as compatible binary modules that Exgen can load and run. Modules can be loaded and unloaded dynamically and run in the same thread or a new thread. A mechanism for inter-thread communication is provided. Modules can also run Lua scripts, both in a single thread or in new threads. Exgen can function as a stand-alone Lua host with all the same capabilities, allowing entire applications to be written in Lua. Modules can also function as libraries, extending the functionality of both other modules and Lua scripts.