https://github.com/mosra/magnum-extras
Extras for the Magnum C++11 graphics engine
https://github.com/mosra/magnum-extras
android c-plus-plus c-plus-plus-11 cmake emscripten game-engine gamedev graphics-engine ios linux magnum opengl opengl-es osx webgl windows
Last synced: about 1 year ago
JSON representation
Extras for the Magnum C++11 graphics engine
- Host: GitHub
- URL: https://github.com/mosra/magnum-extras
- Owner: mosra
- License: other
- Created: 2015-08-05T12:56:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T22:44:22.000Z (about 1 year ago)
- Last Synced: 2025-04-09T23:31:21.179Z (about 1 year ago)
- Topics: android, c-plus-plus, c-plus-plus-11, cmake, emscripten, game-engine, gamedev, graphics-engine, ios, linux, magnum, opengl, opengl-es, osx, webgl, windows
- Language: C++
- Homepage: https://magnum.graphics/
- Size: 9.85 MB
- Stars: 26
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
Here you find extra functionality for the Magnum C++11/C++14 graphics engine —
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://gitter.im/mosra/magnum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://circleci.com/gh/mosra/magnum-extras)
[](https://ci.appveyor.com/project/mosra/magnum-extras/branch/master)
[](https://codecov.io/gh/mosra/magnum-extras)
[](https://opensource.org/licenses/MIT)
- Project homepage — https://magnum.graphics/
- Documentation — https://doc.magnum.graphics/
- GitHub project page — https://github.com/mosra/magnum-extras
SUPPORTED PLATFORMS
===================
- **Linux** and embedded Linux
- **Windows**, **Windows RT** (Store/Phone)
- **macOS**, **iOS**
- **Android**
- **Web** ([asm.js](http://asmjs.org/) or [WebAssembly](http://webassembly.org/)),
through [Emscripten](http://kripken.github.io/emscripten-site/)
WHAT'S NEW?
===========
Curious about what was added or improved recently? Check out the
[Changelog](https://doc.magnum.graphics/magnum/changelog-extras.html#changelog-extras-latest)
page in the documentation.
BUILDING MAGNUM EXTRAS
======================
The building process is similar to Magnum itself. See the
[building documentation](https://doc.magnum.graphics/magnum/building-extras.html)
for a comprehensive guide for building, packaging and crosscompiling — we
provide packages for many platforms, including Windows, Linux and macOS.
CONTACT & SUPPORT
=================
If you want to contribute to Magnum, if you spotted a bug, need a feature or
have an awesome idea, you can get a copy of the sources from GitHub and start
right away! There is the already mentioned guide about
[how to download and build Magnum Extras](https://doc.magnum.graphics/magnum/building-extras.html)
and also a guide about [coding style and best practices](https://doc.magnum.graphics/magnum/coding-style.html)
which you should follow to keep the library as consistent and maintainable as
possible.
- Project homepage — https://magnum.graphics/
- Documentation — https://doc.magnum.graphics/
- GitHub — https://github.com/mosra/magnum-extras and the
[#magnum](https://github.com/topics/magnum) topic
- GitLab — https://gitlab.com/mosra/magnum-extras
- Gitter community chat — https://gitter.im/mosra/magnum
- E-mail — info@magnum.graphics
- Google Groups mailing list — magnum-engine@googlegroups.com
([archive](https://groups.google.com/forum/#!forum/magnum-engine))
- Bluesky — https://bsky.app/profile/mosra.cz
See also the Magnum Project [Contact & Support page](https://magnum.graphics/contact/)
for further information.
CREDITS
=======
[Detailed contributor list](https://doc.magnum.graphics/magnum/credits-contributors.html#extras)
is maintained in the documentation. Big thanks to everyone involved!
There's also a list of [third party components](https://doc.magnum.graphics/magnum/credits-third-party.html)
that affect public use of the project.
LICENSE
=======
Magnum is licensed under the MIT/Expat license, see the [COPYING](COPYING) file
for details.