From 2e2fc285c0620c15a4ad593d7ecea17dc89f7523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 26 Aug 2018 17:08:58 +0200 Subject: [PATCH] Updated CREDITS.md with new libraries. --- CREDITS.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index c48a01c5c..5fec50dc4 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,16 +1,20 @@ 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](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) +- Magnum makes use of the **OpenGL** and **WebGL** APIs -- + https://www.opengl.org/, https://www.khronos.org/webgl/ +- The `GL` and `Vk` namespaces internally use code generated using the + **flextGL** extension loader generator -- https://github.com/mosra/flextgl. + 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 -- 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 -- - http://freeglut.sourceforge.net/, licensed under MIT license. -- The `Platform::Sdl2Application` class uses **SDL2** library -- + http://freeglut.sourceforge.net/, licensed under the MIT license. +- The `Platform::Sdl2Application` class uses the **SDL2** library -- https://www.libsdl.org/, licensed under [ZLIB license](http://www.gzip.org/zlib/zlib_license.html) Contributors to Magnum library