Refactored the docs directory
Adds 3rd party tools list Refactored tester lib into testbed Adds colored build result message to build.bat scriptcore_refactor
parent
285a53437e
commit
88199d1194
@ -0,0 +1,36 @@
|
||||
## List of 3rd party tools and libraries
|
||||
|
||||
|
||||
- GLFW
|
||||
- [Git Repo](https://github.com/glfw/glfw)
|
||||
- License: [zlib/libpng](https://www.glfw.org/license.html)
|
||||
- Glad2
|
||||
- [Git Repo](https://github.com/Dav1dde/glad/tree/glad2)
|
||||
- License: [MIT](https://github.com/Dav1dde/glad/blob/glad2/LICENSE)
|
||||
- GLM
|
||||
- [Git Repo](https://github.com/g-truc/glm)
|
||||
- License: [The Happy Bunny License or MIT](https://github.com/g-truc/glm/blob/master/copying.txt)
|
||||
- Wren
|
||||
- [Git Repo](https://github.com/wren-lang/wren)
|
||||
- License: [MIT](https://github.com/wren-lang/wren/blob/main/LICENSE)
|
||||
- Dear ImGui
|
||||
- [Git Repo](https://github.com/ocornut/imgui/tree/docking)
|
||||
- License: [MIT](https://github.com/ocornut/imgui/blob/docking/LICENSE.txt)
|
||||
- stb_image headers
|
||||
- [Git Repo](https://github.com/nothings/stb)
|
||||
- License: [MIT OR Public Domain](https://github.com/nothings/stb/blob/master/LICENSE)
|
||||
- OpenAL Soft
|
||||
- [Git Repo](https://github.com/kcat/openal-soft)
|
||||
- License: [GPL v2](https://github.com/kcat/openal-soft/blob/master/COPYING)
|
||||
- FreeType
|
||||
- [Git Repo](https://gitlab.freedesktop.org/freetype/freetype)
|
||||
- License: [FreeType License OR GPL 2 (or later)](https://gitlab.freedesktop.org/freetype/freetype/-/blob/master/LICENSE.TXT)
|
||||
- Box2D
|
||||
- [Git Repo](https://github.com/erincatto/box2d)
|
||||
- License: [MIT](https://github.com/Dav1dde/glad/blob/glad2/LICENSE)
|
||||
- json
|
||||
- [Git Repo](https://github.com/nlohmann/json)
|
||||
- License: [MIT](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT)
|
||||
- nativefiledialog-extended
|
||||
- [Git Repo](https://github.com/btzy/nativefiledialog-extended)
|
||||
- License: [ZLIB](https://github.com/btzy/nativefiledialog-extended/blob/master/LICENSE)
|
||||
Loading…
Reference in New Issue