From 43b6bb962af4e3d7090beb6bfa97f0cab9ae5613 Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Wed, 26 Oct 2022 09:15:42 +0100 Subject: [PATCH] -document module integrations --- integrations/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 integrations/README.md diff --git a/integrations/README.md b/integrations/README.md new file mode 100644 index 0000000..1ba5934 --- /dev/null +++ b/integrations/README.md @@ -0,0 +1,13 @@ +# Integration Modules +This adds support for 3rd party libraries to the engine. These can be included in projects +to expose modules which can then be used in your applications. + +## Integrations Provided +The following integration modules are povided in this folder. For more information please see the readme for that module. + +| Integration | Module Name | Description | +| ----------- | ----------- |-------------| +| Bullet | `fggl::phys::Bullet3` | Provides Bullet3 integration into the game engine. | +| Lua | `fggl::script::Lua` | Provides LUA scripting support for the engine | + +Modules that cannot be included for legal reasons will be packaged independently of this repository. \ No newline at end of file -- GitLab