cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.32k stars 71 forks source link

vmware #873

Closed ddkwork closed 4 months ago

ddkwork commented 4 months ago

Describe the feature

image

Relevant code

run core on vmware
ddkwork commented 4 months ago

On the Win11 system of the physical machine, vulkan is installed by default, but on VMware, I installed the latest version of the vulkan sdk and ran config and found that the driver was not loaded, so I should install the same version of the sdk as the physical machine? I'm going to test how GIO works again in both environments.

kkoreilly commented 4 months ago

This is a duplicate of #682. We are considering adding an image-based fallback option to render on systems without Vulkan, like virtual machines.