PacktPublishing / Mastering-Graphics-Programming-with-Vulkan

MIT License
514 stars 65 forks source link

why can't I compile in my macOS? with Arm M3 #50

Closed the-code-samurai-97 closed 6 months ago

the-code-samurai-97 commented 6 months ago

i installed vulkan and which compiler should i use? gcc or clang?

theWatchmen commented 6 months ago

macOS is currently not supported as when we wrote the book some of the Vulkan features weren't available on that platform. We also don't have access to an Arm based Mac to test a different toolchain.

the-code-samurai-97 commented 6 months ago

Thanks @theWatchmen I found a way to link Vulkan with Mac OS arm i, I am using Bazel to compile the code and I am using Imgui to visualize if I can convert this repo i will put a link for it later