Skip to content

Gets macos dependencies for MoltenVK and Volkano-rs

License

Notifications You must be signed in to change notification settings

freesig/moltenvk_deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moltenvk_deps

Gets Macos dependencies for MoltenVK and Volkano-rs. Apple do not directly support Vulkan so we need MoltenVK in order to bind to Metal. This allows Macos users to automatically get the requirements to use Volkano-rs.

This crate will check you have the Vulkan SDK from Lunar installed and the required environment variables set.

If you don't have them it will download and unpack sdk. Then it will set the environment variables permanently in your .bash_profile or .bash_login or profile in that order. If none of these exist it will create a .bash_profile. If you are not using bash as your shell you will need to manually put the following environment variables in the correct place.

It will set:

VULKAN_SDK=$HOME/vulkan_sdk/macOS
PATH=$VULKAN_SDK/bin:$PATH
DYLD_LIBRARY_PATH=$VULKAN_SDK/lib:$DYLD_LIBRARY_PATH
VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd.d/MoltenVK_icd.json
VK_LAYER_PATH=$VULKAN_SDK/etc/vulkan/explicit_layer.d

About

Gets macos dependencies for MoltenVK and Volkano-rs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages