Skip to content

vsgiosnative example#143

Merged
robertosfield merged 3 commits intovsg-dev:masterfrom
iconiqlabs:master
Apr 22, 2022
Merged

vsgiosnative example#143
robertosfield merged 3 commits intovsg-dev:masterfrom
iconiqlabs:master

Conversation

@iconiqlabs
Copy link
Contributor

added an example of VulkanSceneGraph running in iOS

@robertosfield robertosfield merged commit 51393ab into vsg-dev:master Apr 22, 2022
@robertosfield
Copy link
Collaborator

@iconiqlabs I merged prematurely. While the merge with VulkanSceneGraph master when smoothly and when I merged the changes to vsgExamples and built under Linux and get errors due all the iOS specific CMake code placed into vsgExamples/examples/platform/CMakeLists.txt.

I don't what how it should be done, but I do know that it won't be done by putting iOS specific cmake into a general CMakeLists.txt file, these iOS specific cmake entriies should go into examples/platform/vsgiosnative directly and have a conditionally compiled check in the like it already has for Android:

if (ANDROID)
add_subdirectory(vsgandroidnative)
endif()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants