Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T22:14:40.000Z (19 days ago)
- Last Synced: 2025-01-26T04:03:04.423Z (8 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: 15 MB
- Stars: 292
- Watchers: 22
- Forks: 96
- 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/C++14 graphics engine,
demonstrating its features, usage and capabilities.[![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)
[![Build Status](https://circleci.com/gh/mosra/magnum-examples.svg?style=shield)](https://circleci.com/gh/mosra/magnum-examples)
[![Build Status](https://travis-ci.com/mosra/magnum-examples.svg?branch=master)](https://travis-ci.com/mosra/magnum-examples)
[![Build Status](https://ci.appveyor.com/api/projects/status/33qdqpdc5n0au3ou/branch/master?svg=true)](https://ci.appveyor.com/project/mosra/magnum-examples/branch/master)
[![UNLICENSE](https://img.shields.io/badge/license-UNLICENSE-blue.svg)](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))
- Twitter — https://twitter.com/czmosra and the
[#MagnumEngine](https://twitter.com/hashtag/MagnumEngine) hashtagSee also the Magnum Project [Contact & Support page](https://magnum.graphics/contact/)
for further information.CREDITS
=======See the [CREDITS.md](CREDITS.md) file for details. Big thanks to everyone
involved!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.