|
|
|
@ -152,15 +152,25 @@ The engine itself is kept as small as possible with only little dependencies. |
|
|
|
Additional functionality, often depending on external libraries, is provided in |
|
|
|
Additional functionality, often depending on external libraries, is provided in |
|
|
|
separate repositories. |
|
|
|
separate repositories. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* **Corrade** -- main Magnum dependency, multiplatform utility library: |
|
|
|
|
|
|
|
https://github.com/mosra/corrade |
|
|
|
|
|
|
|
[](https://travis-ci.org/mosra/corrade) [](https://ci.appveyor.com/project/mosra/corrade/branch/master) |
|
|
|
* **Magnum Bootstrap** -- bootstrap projects for many use cases, helping you |
|
|
|
* **Magnum Bootstrap** -- bootstrap projects for many use cases, helping you |
|
|
|
get up and running in no time: https://github.com/mosra/magnum-bootstrap |
|
|
|
get up and running in no time: https://github.com/mosra/magnum-bootstrap |
|
|
|
* **Magnum Plugins** -- various importer plugins for image, font, audio and |
|
|
|
* **Magnum Plugins** -- various importer plugins for image, font, audio and |
|
|
|
3D model formats is at https://github.com/mosra/magnum-plugins |
|
|
|
3D model formats is at https://github.com/mosra/magnum-plugins |
|
|
|
|
|
|
|
[](https://travis-ci.org/mosra/magnum-plugins) [](https://ci.appveyor.com/project/mosra/magnum-plugins/branch/master) |
|
|
|
* **Magnum Integration** -- integration with various external math and |
|
|
|
* **Magnum Integration** -- integration with various external math and |
|
|
|
physics, get it at https://github.com/mosra/magnum-integration |
|
|
|
physics, get it at https://github.com/mosra/magnum-integration |
|
|
|
|
|
|
|
[](https://travis-ci.org/mosra/magnum-integration) [](https://ci.appveyor.com/project/mosra/magnum-integration/branch/master) |
|
|
|
* **Magnum Examples** -- examples of engine usage, varying from simple |
|
|
|
* **Magnum Examples** -- examples of engine usage, varying from simple |
|
|
|
*Hello World*-like example to more advanced applications, such as viewer |
|
|
|
*Hello World*-like example to more advanced applications, such as viewer |
|
|
|
for complex 3D models. See it at https://github.com/mosra/magnum-examples |
|
|
|
for complex 3D models. See it at https://github.com/mosra/magnum-examples |
|
|
|
|
|
|
|
[](https://travis-ci.org/mosra/magnum-examples) [](https://ci.appveyor.com/project/mosra/magnum-examples/branch/master) |
|
|
|
|
|
|
|
* **Magnum Extras** -- playground for testing new APIs, specialized stuff |
|
|
|
|
|
|
|
that doesn't necessarily need to be a part of main Magnum repository or |
|
|
|
|
|
|
|
mutually exclusive functionality: https://github.com/mosra/magnum-extras |
|
|
|
|
|
|
|
[](https://travis-ci.org/mosra/magnum-extras) [](https://ci.appveyor.com/project/mosra/magnum-extras/branch/master) |
|
|
|
* **libRocket integration** -- integrates Magnum as rendering backend into |
|
|
|
* **libRocket integration** -- integrates Magnum as rendering backend into |
|
|
|
[libRocket](https://github.com/libRocket/libRocket) GUI library: |
|
|
|
[libRocket](https://github.com/libRocket/libRocket) GUI library: |
|
|
|
https://github.com/miguelmartin75/Magnum-libRocket |
|
|
|
https://github.com/miguelmartin75/Magnum-libRocket |
|
|
|
|