Browse Source

Updated CREDITS.md.

pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
77764c0b8f
  1. 33
      CREDITS.md

33
CREDITS.md

@ -3,43 +3,44 @@ Third-party components
Not mentioning OpenGL API and platform-specific toolkits. Not mentioning OpenGL API and platform-specific toolkits.
* Magnum internally uses code generated using **flextGL** extension loader - Magnum internally uses code generated using **flextGL** extension loader
generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas
Weber, licensed under [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) Weber, licensed under [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING)
* The `Audio` namespace depends on the **OpenAL** API -- - The `Audio` namespace depends on the **OpenAL** API --
http://www.openal.org. http://www.openal.org.
* The `Platform::GlutApplication` class uses **freeGLUT** library -- - The `Platform::GlutApplication` class uses **freeGLUT** library --
http://freeglut.sourceforge.net/, licensed under MIT license. http://freeglut.sourceforge.net/, licensed under MIT license.
* The `Platform::Sdl2Application` class uses **SDL2** library -- - The `Platform::Sdl2Application` class uses **SDL2** library --
https://www.libsdl.org/, licensed under [ZLIB license](http://www.gzip.org/zlib/zlib_license.html) https://www.libsdl.org/, licensed under [ZLIB license](http://www.gzip.org/zlib/zlib_license.html)
Contributors to Magnum library Contributors to Magnum library
------------------------------ ------------------------------
* Miguel Martin ([@miguelmartin75](https://github.com/miguelmartin75)) -- - Miguel Martin ([@miguelmartin75](https://github.com/miguelmartin75)) --
initial macOS port, various other improvements initial macOS port, various other improvements
* Travis Watkins ([@amaranth](https://github.com/amaranth)) -- support for - Travis Watkins ([@amaranth](https://github.com/amaranth)) -- support for
windowless applications under macOS windowless applications under macOS
* [@ArEnSc](https://github.com/ArEnSc) / [@michael-chung](https://github.com/michael-chung) -- - [@ArEnSc](https://github.com/ArEnSc) / [@michael-chung](https://github.com/michael-chung) --
initial implementation of windowless applications under macOS, macOS initial implementation of windowless applications under macOS, macOS
port improvements port improvements
* Stefan Wasilewski ([@smw](https://github.com/smw)) -- macOS port - Stefan Wasilewski ([@smw](https://github.com/smw)) -- macOS port
improvements improvements
* Konstantinos Chatzilygeroudis ([@costashatz](https://github.com/costashatz)) -- - Konstantinos Chatzilygeroudis ([@costashatz](https://github.com/costashatz)) --
Debian package Debian package
* Olga Turanksaya ([@olga-python](https://github.com/olga-python)) -- Gentoo - Olga Turanksaya ([@olga-python](https://github.com/olga-python)) -- Gentoo
ebuild ebuild
* [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, macOS - [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, macOS
fixes, feature improvements fixes, feature improvements
* Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library - Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library
enhancements, GlfwApplication implementation, frustum culling, bug reports, enhancements, GlfwApplication implementation, frustum culling, bug reports,
documentation improvements documentation improvements
* Gerhard de Clercq -- Windows RT (Store/Phone) port - Gerhard de Clercq -- Windows RT (Store/Phone) port
* Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) -- - Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) --
Bézier curve implementation Bézier curve implementation
* Alice Margatroid ([@Alicemargatroid](https://github.com/Alicemargatroid)) -- - Alice Margatroid ([@Alicemargatroid](https://github.com/Alicemargatroid)) --
Multi-channel support in Audio library, standard conformance, float, Multi-channel support in Audio library, standard conformance, float,
double, A-Law and μ-Law format support in `WavAudioImporter` plugin double, A-Law and μ-Law format support in `WavAudioImporter` plugin
* [@sigman78](https://github.com/sigman78) -- Initial MSVC 2017 port - [@sigman78](https://github.com/sigman78) -- Initial MSVC 2017 port, Vcpkg
packages
Big thanks to everyone involved! Big thanks to everyone involved!

Loading…
Cancel
Save