| 1 | = Plugin Manual = |
| 2 | |
| 3 | The features of the engine can be extended by dynamic plugins. The plugins are loaded at run-time. |
| 4 | |
| 5 | Following plugins where tested and seems to run stable: |
| 6 | |
| 7 | * ["LuaPlugin"], enables a support for [http://www.lua.org lua] scripting language |
| 8 | |
| 9 | Following plugins exists, but require further implementation and testing to became stable: |
| 10 | |
| 11 | * ["rdtscTimeSource"], enables use of rdtsc instructions to create high resolution timers |
| 12 | * ["DynamicResources"], a plugin which autmoagically reload resources if they were changed on the filesystem |