All Projects → mosra → Corrade

mosra / Corrade

Licence: other
C++11/C++14 multiplatform utility library

Projects that are alternatives of or similar to Corrade

Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-78.5%)
Mutual labels:  cmake, emscripten
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (-70.03%)
Mutual labels:  cmake, emscripten
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+1114.33%)
Mutual labels:  cmake, emscripten
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-63.84%)
Mutual labels:  cmake, emscripten
Crosswindow
💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.
Stars: ✭ 155 (-49.51%)
Mutual labels:  cmake, emscripten
Imguizmo.quat
ImGui GIZMO widget - 3D object manipulator / orientator
Stars: ✭ 187 (-39.09%)
Mutual labels:  cmake, emscripten
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-77.52%)
Mutual labels:  cmake, emscripten
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-61.56%)
Mutual labels:  cmake, emscripten
Modern Wasm Starter
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.
Stars: ✭ 140 (-54.4%)
Mutual labels:  cmake, emscripten
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-41.37%)
Mutual labels:  cmake, emscripten
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (-32.25%)
Mutual labels:  cmake, emscripten
S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (-6.19%)
Mutual labels:  cmake
Libsamplerate
An audio Sample Rate Conversion library
Stars: ✭ 267 (-13.03%)
Mutual labels:  cmake
Bgfx.cmake
Independently maintained CMake build scripts for bgfx. Released under public domain.
Stars: ✭ 267 (-13.03%)
Mutual labels:  cmake
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-13.68%)
Mutual labels:  cmake
Cmaketutorial
CMake中文实战教程
Stars: ✭ 289 (-5.86%)
Mutual labels:  cmake
Programming learning resource
Stars: ✭ 288 (-6.19%)
Mutual labels:  cmake
Shogun
Shōgun
Stars: ✭ 2,859 (+831.27%)
Mutual labels:  cmake
Bitmagic
BitMagic Library
Stars: ✭ 263 (-14.33%)
Mutual labels:  cmake
Libspng
Simple, modern libpng alternative
Stars: ✭ 265 (-13.68%)
Mutual labels:  cmake

corrade (v.) — “To scrape together, to gather together from various sources”

Corrade is a multiplatform utility library written in C++11/C++14. It's used as a base for the Magnum graphics engine, among other things.

Join the chat at https://gitter.im/mosra/magnum Build Status Build Status Build Status Coverage Status Hunter Package MIT License

SUPPORTED PLATFORMS

  • Linux and embedded Linux
  • Windows with MSVC, clang-cl and MinGW, Windows RT (Store/Phone)
  • macOS, iOS
  • Android
  • Web (asm.js or WebAssembly), through Emscripten

See the Magnum Project Build Status page for detailed per-platform build status.

FEATURES

  • Low-level utilities to bridge platform differences when accessing OS functionality, filesystem, console and environment
  • Lightweight container implementations, complementing STL features with focus on compilation speed, ease of use and performance
  • Test framework emphasizing flexibility, extensibility, minimal use of macros and clarity of diagnostic output
  • Plugin management library with static and dynamic plugins, dependency handling and hot code reload
  • Signal/slot connection library with full type safety

Check also the Magnum Project Feature Overview pages for further information.

WHAT'S NEW?

Curious about what was added or improved recently? Check out the Changelog page in the documentation. Check also the Magnum Project Changelog.

GETTING STARTED

Download, build and install Corrade as explained in the building documentation — we provide packages for many platforms, including Windows, Linux and macOS. After that, the best way to get started is to read some examples and tutorials.

Apart from that, various Corrade functionality is available through single-header libraries. Just download a file, #include it in your project and you're ready to go! No buildsystem wrangling needed.

CONTACT & SUPPORT

If you want to contribute to Corrade, 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 Corrade 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

Corrade itself and its documentation is licensed under the MIT/Expat license, see the COPYING file for details. All example code in src/examples is put into public domain (or UNLICENSE) to free you from any legal obstacles when reusing the code in your apps. See the COPYING-examples 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].