Using Custom Bundles
When using the OpenPLX custom bundles we need to specify where the custom bundle is located. Depending on from what application we want to
use the OpenPLX bundles, the specifics on how to do it may differ. If we look at a custom bundle .config file:
config is BundleConfig:
name: "MyCustomBundle"
version: "1.0.0"
dependencies: ["MyOtherBundle@0.1.2", "Physics3D@1.0.0", "Math@1.0.0"]
Here the official OpenPLX bundles does not need any extra steps. But for the bundle MyCustomBundle and MyOtherBundle will need to
have their locations specified.