:ringed_planet: Asteroids sample demonstrating multi-threaded rendering of large number random-generated asteroids with Methane Kit framework using DirectX 12, Vulkan and Metal
Methane Asteroids now support build for iOS and tvOS devices and simulators:
External libraries:
MethaneKit was updated to v0.7.0 release with iOS and tvOS support.
Build infrastructure:
Added Externals/iOS-Toolchain.cmake file from iOS-CMake project to enable iOS & tvOS build configuration.
Included MethaneGlobalOptions.cmake in the root CMakeLists.txt for correct setup of Methane global options.
Extended Build/Unix/Build.sh script to support iOS / tvOS builds via new command-line arguments --apple-platform, --apple-dev-team and --apple-deploy-target.
Added iOS and tvOS configurations to CMakePresets.json.
Added iOS and tvOS Simulator builds to GitHub Actions.
Added CLion cmake configurations for iOS and tvOS.
Added iOS and tvOS build instructions to Build/README.md.
Methane Asteroids now support build for iOS and tvOS devices and simulators:
MethaneKit
was updated to v0.7.0 release with iOS and tvOS support.Externals/iOS-Toolchain.cmake
file from iOS-CMake project to enable iOS & tvOS build configuration.MethaneGlobalOptions.cmake
in the rootCMakeLists.txt
for correct setup of Methane global options.Build/Unix/Build.sh
script to support iOS / tvOS builds via new command-line arguments--apple-platform
,--apple-dev-team
and--apple-deploy-target
.CMakePresets.json
.Build/README.md
.