File: ThirdParty.dox

package info (click to toggle)
jazz2-native 3.3.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites:
  • size: 16,008 kB
  • sloc: cpp: 162,929; xml: 111; python: 31; makefile: 5; sh: 2
file content (39 lines) | stat: -rw-r--r-- 4,130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
namespace Death {
//###==##====#=====--==~--~=~- --- -- -  -  -   -

/** @page third-party Third-party components
@brief Third-party dependencies and their corresponding license information

This page lists third-party libraries that are used directly or through the API by **Jazz² Resurrection**.
The project itself is licensed under the terms of the [GNU General Public License v3.0](https://github.com/deathkiller/jazz2-native/blob/master/LICENSE).
It has been developed in @m_class{m-icon} ![](https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.svg) CLion using the open-source license.

- - -

-   **Core** and shared parts
    -   @m_class{m-doc} [jsoncpp](https://github.com/open-source-parsers/jsoncpp) library --- Licensed under [MIT License](https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE)
    -   @m_class{m-doc} [The Parallel Hashmap](https://github.com/greg7mdp/parallel-hashmap) implementation --- licensed under [Apache-2.0 License](https://github.com/greg7mdp/parallel-hashmap/blob/master/LICENSE)
    -   Parts of @m_class{m-doc} [Corrade](https://github.com/mosra/corrade) library --- licensed under [MIT/Expat License](https://github.com/mosra/corrade/blob/master/COPYING)
    -   Parts of @m_class{m-doc} [nCine](https://github.com/nCine/nCine) game engine --- licensed under [MIT License](https://github.com/nCine/nCine/blob/master/LICENSE)
    -   Parts of @m_class{m-doc} [Quill](https://github.com/odygrd/quill) library --- licensed under [MIT License](https://github.com/odygrd/quill/blob/master/LICENSE)
    -   @m_class{m-doc} [Pattern-defeating quicksort](https://github.com/orlp/pdqsort) implementation --- licensed under [zlib License](https://github.com/orlp/pdqsort/blob/master/license.txt)
    -   @m_class{m-doc} [zlib](https://www.zlib.net/) library --- licensed under [zlib License](https://www.zlib.net/zlib_license.html)
-   **Backends**
    -   @m_class{m-doc} [GLEW](https://glew.sourceforge.net/) library --- licensed under Modified BSD License, Mesa 3-D License (MIT) and Khronos License (MIT)
    -   @m_class{m-doc} [GLFW](https://www.glfw.org/) library --- licensed under [MIT/Expat License](https://github.com/glfw/glfw/blob/master/LICENSE.md)
    -   @m_class{m-doc} [SDL2](https://www.libsdl.org/) library --- licensed under [zlib License](https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt)
    -   @m_class{m-doc} [OpenAL](https://github.com/kcat/openal-soft) library --- licensed under [LGPL License](https://github.com/kcat/openal-soft/blob/master/COPYING)
-   **Additional components** and optional features
    -   @m_class{m-doc} [AngelScript](https://www.angelcode.com/angelscript/) library --- licensed under [zlib License](https://www.angelcode.com/angelscript/sdk/docs/manual/doc_license.html)
    -   @m_class{m-doc} [ANGLE](https://github.com/google/angle) library --- licensed under [BSD-3-Clause License](https://github.com/google/angle/blob/main/LICENSE)
    -   @m_class{m-doc} [Dear ImGui](https://github.com/ocornut/imgui) library --- licensed under [MIT License](https://github.com/ocornut/imgui/blob/master/LICENSE.txt)
    -   @m_class{m-doc} [ENet](https://github.com/lsalzman/enet) library --- licensed under [MIT License](https://github.com/lsalzman/enet/blob/master/LICENSE)
    -   @m_class{m-doc} [libcurl](https://github.com/curl/curl) library --- licensed under [CURL License](https://github.com/curl/curl/blob/master/COPYING)
    -   @m_class{m-doc} [libopenmpt](https://lib.openmpt.org/libopenmpt/) library --- licensed under [BSD-3-Clause License](https://github.com/OpenMPT/openmpt/blob/master/LICENSE)
    -   @m_class{m-doc} [libvorbis](https://github.com/xiph/vorbis) library --- licensed under [BSD-3-Clause License](https://github.com/xiph/vorbis/blob/master/COPYING)
    -   @m_class{m-doc} [libwebp](https://github.com/webmproject/libwebp) library --- licensed under [BSD-3-Clause License](https://github.com/webmproject/libwebp/blob/main/COPYING)
    -   @m_class{m-doc} [Mesa](https://mesa3d.org/) library --- licensed under [MIT License](https://docs.mesa3d.org/license.html)

*/

}