Browse Source

Updated CREDITS.md with new libraries.

pull/272/merge
Vladimír Vondruš 8 years ago
parent
commit
2e2fc285c0
  1. 18
      CREDITS.md

18
CREDITS.md

@ -1,16 +1,20 @@
Third-party components Third-party components
---------------------- ----------------------
Not mentioning OpenGL API and platform-specific toolkits. - Magnum makes use of the **OpenGL** and **WebGL** APIs --
https://www.opengl.org/, https://www.khronos.org/webgl/
- Magnum internally uses code generated using **flextGL** extension loader - The `GL` and `Vk` namespaces internally use code generated using the
generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas **flextGL** extension loader generator -- https://github.com/mosra/flextgl.
Weber, licensed under [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) Copyright © 2011-2018 Thomas Weber, licensed under the
[MIT license](https://raw.githubusercontent.com/mosra/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::GlfwApplication` class uses the **GLFW** library --
http://www.glfw.org/, licensed under the
[zlib/libpng](http://www.glfw.org/license.html) license.
- 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 the MIT license.
- The `Platform::Sdl2Application` class uses **SDL2** library -- - The `Platform::Sdl2Application` class uses the **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

Loading…
Cancel
Save