• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H24-Oct-2019-1,8631,506

modules/H03-May-2022-3,2062,908

package/H24-Oct-2019-2,3212,009

src/H03-May-2022-89,50258,235

toolchains/H07-May-2022-613510

.editorconfigH A D24-Oct-2019177 119

.gitattributesH A D24-Oct-201933 21

.gitignoreH A D24-Oct-201972 98

.gitmodulesH A D24-Oct-201991 43

.travis.ymlH A D24-Oct-20197.1 KiB161152

CONTRIBUTING.mdH A D24-Oct-20191.5 KiB3025

COPYINGH A D24-Oct-20191.1 KiB2117

CREDITS.mdH A D24-Oct-2019735 1712

README.mdH A D24-Oct-20193.3 KiB7659

README.md

1Here are various plugins for the Magnum C++11/C++14 graphics engine — asset
2import and conversion, text rendering and more.
3
4[![Join the chat at https://gitter.im/mosra/magnum](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mosra/magnum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5[![Build Status](https://travis-ci.org/mosra/magnum-plugins.svg?branch=master)](https://travis-ci.org/mosra/magnum-plugins)
6[![Build Status](https://ci.appveyor.com/api/projects/status/nkdlwaxm2i9d6vpx/branch/master?svg=true)](https://ci.appveyor.com/project/mosra/magnum-plugins/branch/master)
7[![Coverage Status](https://codecov.io/gh/mosra/magnum-plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/mosra/magnum-plugins)
8[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
9
10-   Project homepage — https://magnum.graphics/
11-   Documentation — https://doc.magnum.graphics/
12-   GitHub project page — https://github.com/mosra/magnum-plugins
13
14SUPPORTED PLATFORMS
15===================
16
17-   **Linux** and embedded Linux
18-   **Windows**, **Windows RT** (Store/Phone)
19-   **macOS**, **iOS**
20-   **Android**
21-   **Web** ([asm.js](http://asmjs.org/) or [WebAssembly](http://webassembly.org/)),
22    through [Emscripten](http://kripken.github.io/emscripten-site/)
23
24WHAT'S NEW?
25===========
26
27Curious about what was added or improved recently? Check out the
28[Changelog](https://doc.magnum.graphics/magnum/changelog-plugins.html#changelog-plugins-latest)
29page in the documentation.
30
31BUILDING MAGNUM PLUGINS
32=======================
33
34The building process is similar to Magnum itself. See the
35[building documentation](https://doc.magnum.graphics/magnum/building-plugins.html)
36for a comprehensive guide for building, packaging and crosscompiling — we
37provide packages for many platforms, including Windows, Linux and macOS.
38
39CONTACT & SUPPORT
40=================
41
42If you want to contribute to Magnum, if you spotted a bug, need a feature or
43have an awesome idea, you can get a copy of the sources from GitHub and start
44right away! There is the already mentioned guide about
45[how to download and build Magnum Plugins](https://doc.magnum.graphics/magnum/building-plugins.html)
46and also a guide about [coding style and best practices](https://doc.magnum.graphics/magnum/coding-style.html)
47which you should follow to keep the library as consistent and maintainable as
48possible.
49
50-   Project homepage — https://magnum.graphics/
51-   Documentation — https://doc.magnum.graphics/
52-   GitHub — https://github.com/mosra/magnum-plugins and the
53    [#magnum](https://github.com/topics/magnum) topic
54-   GitLab — https://gitlab.com/mosra/magnum-plugins
55-   Gitter community chat — https://gitter.im/mosra/magnum
56-   E-mail — info@magnum.graphics
57-   Google Groups mailing list — magnum-engine@googlegroups.com
58    ([archive](https://groups.google.com/forum/#!forum/magnum-engine))
59-   Twitter — https://twitter.com/czmosra and the
60    [#MagnumEngine](https://twitter.com/hashtag/MagnumEngine) hashtag
61
62See also the Magnum Project [Contact & Support page](https://magnum.graphics/contact/)
63for further information.
64
65CREDITS
66=======
67
68See the [CREDITS.md](CREDITS.md) file for details. Big thanks to everyone
69involved!
70
71LICENSE
72=======
73
74Magnum is licensed under the MIT/Expat license, see the [COPYING](COPYING) file
75for details.
76