https://github.com/mosra/magnum-examples
Examples for the Magnum C++11 graphics engine
https://github.com/mosra/magnum-examples
android c-plus-plus c-plus-plus-11 cmake emscripten game-engine gamedev graphics-engine ios linux macos magnum opengl opengl-es python webassembly webgl windows
Last synced: 3 days ago
JSON representation
Examples for the Magnum C++11 graphics engine
- Host: GitHub
- URL: https://github.com/mosra/magnum-examples
- Owner: mosra
- License: unlicense
- Created: 2011-11-16T21:28:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T08:53:34.000Z (15 days ago)
- Last Synced: 2025-05-04T09:30:59.567Z (15 days ago)
- Topics: android, c-plus-plus, c-plus-plus-11, cmake, emscripten, game-engine, gamedev, graphics-engine, ios, linux, macos, magnum, opengl, opengl-es, python, webassembly, webgl, windows
- Language: C++
- Homepage: https://magnum.graphics/
- Size: 14.4 MB
- Stars: 297
- Watchers: 21
- Forks: 95
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
Here are various examples for the Magnum C++11 graphics engine, demonstrating
its features, usage and capabilities.[](https://gitter.im/mosra/magnum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://circleci.com/gh/mosra/magnum-examples)
[](https://travis-ci.com/mosra/magnum-examples)
[](https://ci.appveyor.com/project/mosra/magnum-examples/branch/master)
[](http://unlicense.org/)- Project homepage — https://magnum.graphics/
- Documentation — https://doc.magnum.graphics/
- GitHub project page — https://github.com/mosra/magnum-examplesSUPPORTED 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/)* — the [ports](https://github.com/mosra/magnum-examples/tree/ports)
branch contains additional patches for mobile and web platform support that
aren't present in `master` in order to keep the example code as simple as
possible.WHAT'S NEW?
===========Curious about what was added or improved recently? Check out the
[Changelog](https://doc.magnum.graphics/magnum/changelog-examples.html#changelog-examples-latest)
page in the documentation.BUILDING MAGNUM EXAMPLES
========================The building process is similar to Magnum itself. See the
[building documentation](https://doc.magnum.graphics/magnum/building-examples.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](https://doc.magnum.graphics/magnum/building.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-examples and the
[#magnum](https://github.com/topics/magnum) topic
- GitLab — https://gitlab.com/mosra/magnum-examples
- Gitter community chat — https://gitter.im/mosra/magnum
- E-mail — [email protected]
- Google Groups mailing list — [email protected]
([archive](https://groups.google.com/forum/#!forum/magnum-engine))
- Bluesky — https://bsky.app/profile/mosra.czSee 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#examples)
is maintained in the documentation. Big thanks to everyone involved
lists al third party components used in each example. 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
=======While Magnum itself and its documentation are licensed under the MIT/Expat
license, all example code is put into public domain (or UNLICENSE) to free you
from any legal obstacles when reusing the code in your apps. See the
[COPYING](COPYING) file for details.