All Projects → mosra → Magnum Examples

mosra / Magnum Examples

Licence: unlicense
Examples for the Magnum C++11/C++14 graphics engine

Projects that are alternatives of or similar to Magnum Examples

Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-63.33%)
Mutual labels:  cmake, emscripten, game-engine, gamedev, opengl, webgl, opengl-es, graphics-engine, osx, webassembly
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-61.67%)
Mutual labels:  cmake, emscripten, game-engine, gamedev, opengl, webgl, opengl-es, graphics-engine, osx, webassembly
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+1971.11%)
Mutual labels:  cmake, emscripten, game-engine, gamedev, opengl, webgl, graphics-engine, webassembly
magnum-integration
Integration libraries for the Magnum C++11/C++14 graphics engine
Stars: ✭ 75 (-58.33%)
Mutual labels:  gamedev, graphics-engine, osx, game-engine, webassembly, emscripten, opengl-es
Rabbittoolbox
🤸🏾‍♀️👗开源的动画渲染软件,提倡以简单、易用,高质量的物理演算以及渲染质量和性能,为喜爱二次元动画的用户降低视频制作门槛
Stars: ✭ 309 (+71.67%)
Mutual labels:  emscripten, game-engine, gamedev, opengl, webgl, opengl-es, graphics-engine
Pmtech
Lightweight, multi-platform, data-oriented game engine.
Stars: ✭ 478 (+165.56%)
Mutual labels:  game-engine, opengl, webgl, opengl-es, graphics-engine
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (+54.44%)
Mutual labels:  game-engine, gamedev, webgl, webassembly
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+15.56%)
Mutual labels:  cmake, emscripten, game-engine, opengl
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-34.44%)
Mutual labels:  cmake, emscripten, opengl, webassembly
Overload
3D Game engine with editor
Stars: ✭ 335 (+86.11%)
Mutual labels:  game-engine, gamedev, opengl, graphics-engine
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (+106.67%)
Mutual labels:  emscripten, game-engine, gamedev, opengl
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-28.33%)
Mutual labels:  game-engine, gamedev, opengl, graphics-engine
Qfusion
Source code for cross-platform OpenGL gaming engine
Stars: ✭ 255 (+41.67%)
Mutual labels:  game-engine, gamedev, opengl, opengl-es
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+4438.33%)
Mutual labels:  opengl, gamedev, game-engine, webassembly
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (+227.78%)
Mutual labels:  emscripten, opengl, webgl, webassembly
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-23.33%)
Mutual labels:  gamedev, opengl, opengl-es, graphics-engine
Imguizmo.quat
ImGui GIZMO widget - 3D object manipulator / orientator
Stars: ✭ 187 (+3.89%)
Mutual labels:  cmake, emscripten, opengl, webassembly
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (+0%)
Mutual labels:  game-engine, opengl, webgl, opengl-es
Bulllord Engine
lightspeed lightweight elegant game engine in pure c
Stars: ✭ 539 (+199.44%)
Mutual labels:  game-engine, opengl, webgl, osx
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+1090%)
Mutual labels:  gamedev, opengl, opengl-es, graphics-engine

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 Build Status Build Status Build Status UNLICENSE

SUPPORTED PLATFORMS

  • Linux and embedded Linux
  • Windows, Windows RT (*) (Store/Phone)
  • macOS, iOS (*)
  • Android (*)
  • Web (*) (asm.js or WebAssembly), through Emscripten

* — the 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 page in the documentation.

BUILDING MAGNUM EXAMPLES

The building process is similar to Magnum itself. See the building documentation 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 and also a guide about coding style and best practices which you should follow to keep the library as consistent and maintainable as possible.

See also the Magnum Project Contact & Support page for further information.

CREDITS

See the 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 file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].