Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badges #524

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/devshgraphicsprogramming/glslang.git
url = git@github.com:devshgraphicsprogramming/glslang.git
branch = nabla
[submodule "3rdparty/shaderc"]
path = 3rdparty/shaderc
url = https://github.com/google/shaderc.git
url = git@github.com:Devsh-Graphics-Programming/shaderc.git
[submodule "3rdparty/bzip2"]
path = 3rdparty/bzip2
url = https://github.com/sergiud/bzip2.git
url = git@github.com:Devsh-Graphics-Programming/bzip2.git
[submodule "3rdparty/lz4"]
path = 3rdparty/lz4
url = https://github.com/lz4/lz4.git
url = git@github.com:Devsh-Graphics-Programming/lz4.git
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
url = git@github.com:Devsh-Graphics-Programming/zlib.git
[submodule "3rdparty/libpng"]
path = 3rdparty/libpng
url = https://github.com/glennrp/libpng.git
url = git@github.com:Devsh-Graphics-Programming/libpng.git
[submodule "3rdparty/openssl/openssl"]
path = 3rdparty/openssl/openssl
url = https://github.com/openssl/openssl.git
url = git@github.com:Devsh-Graphics-Programming/openssl.git
branch = OpenSSL_1_0_2-stable
[submodule "3rdparty/libjpeg-turbo"]
path = 3rdparty/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
url = git@github.com:Devsh-Graphics-Programming/libjpeg-turbo.git
[submodule "3rdparty/bullet3"]
path = 3rdparty/bullet3
url = https://github.com/bulletphysics/bullet3.git
url = git@github.com:Devsh-Graphics-Programming/bullet3.git
[submodule "3rdparty/portable-file-dialogs"]
path = 3rdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
url = git@github.com:Devsh-Graphics-Programming/portable-file-dialogs.git
[submodule "3rdparty/libexpat"]
path = 3rdparty/libexpat
url = https://github.com/libexpat/libexpat.git
url = git@github.com:Devsh-Graphics-Programming/libexpat.git
branch = master
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/AnastaZIuk/glm.git
url = git@github.com:AnastaZIuk/glm.git
[submodule "3rdparty/freetype2"]
path = 3rdparty/freetype2
url = https://git.sv.nongnu.org/r/freetype/freetype2.git
url = git@github.com:Devsh-Graphics-Programming/freetype.git
[submodule "3rdparty/openexr"]
path = 3rdparty/openexr
url = https://github.com/AcademySoftwareFoundation/openexr.git
url = git@github.com:Devsh-Graphics-Programming/openexr.git
[submodule "3rdparty/gli"]
path = 3rdparty/gli
url = https://github.com/g-truc/gli.git
url = git@github.com:Devsh-Graphics-Programming/gli.git
[submodule "3rdparty/parallel-hashmap"]
path = 3rdparty/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap
url = git@github.com:Devsh-Graphics-Programming/parallel-hashmap.git
[submodule "3rdparty/jitify"]
path = 3rdparty/jitify
url = https://github.com/NVIDIA/jitify
url = git@github.com:Devsh-Graphics-Programming/jitify.git
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = https://github.com/zeux/volk.git
url = git@github.com:Devsh-Graphics-Programming/volk.git
[submodule "3rdparty/simdjson"]
path = 3rdparty/simdjson
url = https://github.com/simdjson/simdjson.git
url = git@github.com:Devsh-Graphics-Programming/simdjson.git
[submodule "3rdparty/glTFSampleModels"]
path = 3rdparty/glTFSampleModels
url = https://github.com/KhronosGroup/glTF-Sample-Models.git
url = git@github.com:Devsh-Graphics-Programming/glTF-Sample-Models.git
[submodule "3rdparty/nbl_spirv_cross"]
path = 3rdparty/nbl_spirv_cross
url = https://github.com/devshgraphicsprogramming/SPIRV-Cross.git
url = git@github.com:devshgraphicsprogramming/SPIRV-Cross.git
[submodule "3rdparty/pstl/oneTBB"]
path = 3rdparty/pstl/oneTBB
url = https://github.com/Devsh-Graphics-Programming/oneTBB.git
url = git@github.com:Devsh-Graphics-Programming/oneTBB.git
[submodule "3rdparty/pstl/oneDPL/oneDPL"]
path = 3rdparty/pstl/oneDPL/oneDPL
url = https://github.com/Devsh-Graphics-Programming/oneDPL.git
url = git@github.com:Devsh-Graphics-Programming/oneDPL.git
[submodule "3rdparty/Vulkan-Headers"]
path = 3rdparty/Vulkan-Headers
url = [email protected]:KhronosGroup/Vulkan-Headers.git
url = [email protected]:Devsh-Graphics-Programming/Vulkan-Headers.git
branch = main
[submodule "examples_tests"]
path = examples_tests
Expand All @@ -86,7 +86,7 @@
url = [email protected]:Erfan-Ahmadi/tcpp.git
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = [email protected]:ocornut/imgui.git
url = [email protected]:Devsh-Graphics-Programming/imgui.git
[submodule "3rdparty/implot"]
path = 3rdparty/implot
url = [email protected]:epezent/implot.git
url = [email protected]:Devsh-Graphics-Programming/implot.git
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,25 @@ You can download a stable build [here](https://artifactory.devsh.eu/Ditt/ci/data

## Build summary

| ![][BUILD_STATUS] | Release | RWDI | Debug |
| :----------------------: | :----------: | :----------: | :----------: |
| **Windows MSVC x64** | ![][MSVC_1] | ![][MSVC_2] | ![][MSVC_3] |
| **Android Clang x86_64** | ![][CLANG_1] | ![][CLANG_2] | ![][CLANG_3] |
| **Linux GCC x64** | ![][NA] | ![][NA] | ![][NA] |

[MSVC_1]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelease%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
[MSVC_2]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelWithDebInfo%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
[MSVC_3]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DDebug%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
[CLANG_1]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelease%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
[CLANG_2]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelWithDebInfo%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
[CLANG_3]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DDebug%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
[NA]: https://img.shields.io/badge/free%20slot-n%2Fa-red
[BUILD_STATUS]: https://img.shields.io/badge/build-status-blueviolet
| ![][BUILD_STATUS] | ![][RELEASE_STATIC] | ![][RELEASE_DYNAMIC] | ![][RWDI_STATIC] | ![][RWDI_DYNAMIC] | ![][DEBUG_STATIC] | ![][DEBUG_DYNAMIC] |
| :-------------------: | :-----------------: | :------------------: | :--------------: | :---------------: | :---------------: | :----------------: |
| ![][PLATFORM_WINDOWS] | ![][MSVC_1_1] | ![][MSVC_1_2] | ![][MSVC_2_1] | ![][MSVC_2_2] | ![][MSVC_3_1] | ![][MSVC_3_2] |

[MSVC_1_1]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-STATIC-RELEASE-X86_64-WINDOWS?style=plastic
[MSVC_1_2]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-DYNAMIC-RELEASE-X86_64-WINDOWS?style=plastic
[MSVC_2_1]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-STATIC-RELWITHDEBINFO-X86_64-WINDOWS?style=plastic
[MSVC_2_2]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-DYNAMIC-RELWITHDEBINFO-X86_64-WINDOWS?style=plastic
[MSVC_3_1]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-STATIC-DEBUG-X86_64-WINDOWS?style=plastic
[MSVC_3_2]: https://ci.devsh.eu/buildStatus/icon?job=pvm-build-nabla?config=nabla-DYNAMIC-DEBUG-X86_64-WINDOWS?style=plastic
[NA]: https://img.shields.io/badge/free%20slot-n%2Fa-red?style=plastic
[BUILD_STATUS]: https://img.shields.io/badge/summary-status-blueviolet?style=plastic
[RELEASE_STATIC]: https://img.shields.io/badge/config-release%20static-blue?style=plastic
[RELEASE_DYNAMIC]: https://img.shields.io/badge/config-release%20dynamic-darkblue?style=plastic
[RWDI_STATIC]: https://img.shields.io/badge/config-rwdi%20static-blue?style=plastic
[RWDI_DYNAMIC]: https://img.shields.io/badge/config-rwdi%20dynamic-darkblue?style=plastic
[DEBUG_STATIC]: https://img.shields.io/badge/config-debug%20static-blue?style=plastic
[DEBUG_DYNAMIC]: https://img.shields.io/badge/config-debug%20dynamic-darkblue?style=plastic
[PLATFORM_WINDOWS]: https://img.shields.io/badge/platform-%20windows--x86__64-orange?style=plastic

## Required Build Tools and SDK's

Expand Down