Methane Kit v0.7.0 #104
egorodet
announced in
Announcements
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
iOS and tvOS platforms support was added in this release.
Methane::Platform::AppIOSimplementation was added to support iOS and tvOS mobile platforms (closed iOS Mobile platform support #12).RenderContext::GetContentScalingFactorandRenderContext::GetFontResolutionDpimethodsPlatform::IAppinterface with platform dependent implementations. Linux implementation for X11 was added.RenderCommandList::DrawandDrawIndexedcalls implementation for Metal was changed to not exclude using ofstart_vertexandstart_instanceparameters for GPU Family <MTLGPUFamilyApple3orMTLGPUFamilyMac2, which is essential for working on iOS Simulators.Samplerparameters were put under#ifdef APPLE_MACOSto enable tvOS support.Externals/iOS-Toolchain.cmakefile from iOS-CMake project to enable iOS & tvOS build configuration.-fobjc-arcoption..plistconfigs generation viaCMake/MethaneApplication.cmakeCMake/MethaneGlobalOptions.cmakefromCMake/MethaneBuildOptions.cmaketo allow including it in the root CMakeLists of external projects to properly set global CMake options.APPLE_DEVELOPMENT_TEAMcmake option.Build/Unix/Build.shscript to support iOS / tvOS builds via new command-line arguments--apple-platform,--apple-dev-teamand--apple-deploy-target.Build/README.md.This discussion was created from the release Methane Kit v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions