Skip to content

Commit 58f777e

Browse files
Updated Nuklear submodule
1 parent 9d87c74 commit 58f777e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "ThirdParty/glfw"]
22
path = ThirdParty/glfw
33
url = https://github.com/DiligentGraphics/glfw.git
4+
[submodule "ThirdParty/Nuklear"]
5+
path = ThirdParty/Nuklear
6+
url = https://github.com/Immediate-Mode-UI/Nuklear

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ This sample demonstrates the integration of the engine with [dear imgui](https:/
406406

407407
![](Samples/NuklearDemo/Screenshot.png)
408408

409-
This sample demonstrates the integration of the engine with [nuklear](https://github.com/vurtun/nuklear) UI library.
409+
This sample demonstrates the integration of the engine with [nuklear](https://github.com/Immediate-Mode-UI/Nuklear) UI library.
410410

411411

412412
## [Hello AR](Android/HelloAR)
@@ -477,7 +477,7 @@ See [Apache 2.0 license](License.txt).
477477

478478
This project has some third-party dependencies, each of which may have independent licensing:
479479

480-
* [nuklear](https://github.com/vurtun/nuklear): A single-header ANSI C gui library ([MIT or Public domain license](https://github.com/DiligentGraphics/nuklear/blob/master/Readme.md)).
480+
* [nuklear](https://github.com/Immediate-Mode-UI/Nuklear): A single-header ANSI C gui library ([MIT or Public domain license](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/LICENSE)).
481481
* [glfw](https://github.com/glfw/glfw): A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input ([zlib License](https://github.com/DiligentGraphics/glfw/blob/master/LICENSE.md)).
482482
* [ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo): Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui ([MIT](https://github.com/CedricGuillemet/ImGuizmo/blob/master/LICENSE)).
483483

ThirdParty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.10)
33
file(RELATIVE_PATH SAMPLES_DIR "${CMAKE_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/..")
44

55
if (NOT DILIGENT_NUKLEAR_DIR)
6-
set(DILIGENT_NUKLEAR_DIR "${CMAKE_CURRENT_SOURCE_DIR}/nuklear" CACHE PATH "nuklear source directory")
6+
set(DILIGENT_NUKLEAR_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Nuklear" CACHE PATH "nuklear source directory")
77
endif()
88
if (NOT EXISTS "${DILIGENT_NUKLEAR_DIR}/nuklear.h")
99
message(FATAL_ERROR "${DILIGENT_NUKLEAR_DIR}/nuklear.h does not exist. This indicates that nuklear submodule is not checked out or DILIGENT_NUKLEAR_DIR variable contains invalid path.")

ThirdParty/Nuklear

Submodule Nuklear added at 3d493d1

0 commit comments

Comments
 (0)