mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.5 KiB
2.5 KiB
Third-party components
Not mentioning OpenGL API and platform-specific toolkits.
- Magnum internally uses code generated using flextGL extension loader generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas Weber, licensed under MIT license
- The
Audionamespace depends on the OpenAL API -- http://www.openal.org. - The
Platform::GlutApplicationclass uses freeGLUT library -- http://freeglut.sourceforge.net/, licensed under MIT license. - The
Platform::Sdl2Applicationclass uses SDL2 library -- https://www.libsdl.org/, licensed under ZLIB license
Contributors to Magnum library
- Miguel Martin (@miguelmartin75) -- initial macOS port, various other improvements
- Travis Watkins (@amaranth) -- support for windowless applications under macOS
- @ArEnSc / @michael-chung -- initial implementation of windowless applications under macOS, macOS port improvements
- Stefan Wasilewski (@smw) -- macOS port improvements
- Konstantinos Chatzilygeroudis (@costashatz) -- Debian package
- Olga Turanksaya (@olga-python) -- Gentoo ebuild
- @wivlaro -- numerous bug reports, macOS fixes, feature improvements
- Jonathan Hale (@Squareys) -- Audio library enhancements, GlfwApplication implementation, frustum and cone culling, bug reports, documentation improvements
- Gerhard de Clercq -- Windows RT (Store/Phone) port
- Ashwin Ravichandran (@[https://github.com/ashrko619]) -- Bézier curve implementation
- Alice Margatroid (@Alicemargatroid) --
Multi-channel support in Audio library, standard conformance, float,
double, A-Law and μ-Law format support in
WavAudioImporterplugin - @sigman78 -- Initial MSVC 2017 port, Vcpkg packages
- Alexander F Rødseth (@xyproto) -- packages in the ArchLinux community repository
- Nathan Ollerenshaw (@matjam) --- Ubuntu packages in a PPA repository
Big thanks to everyone involved!