Skip to content

Commit 1d8d5b3

Browse files
authored
add notice about move
1 parent 7e7e5a7 commit 1d8d5b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![GoDocs for vGPU](https://pkg.go.dev/badge/goki.dev/vgpu/v2.svg)](https://pkg.go.dev/goki.dev/vgpu/v2)
44

5+
**IMPORTANT:** This is v1 of vgpu, which is maintained here for existing dependencies, but new development is taking place at https://github.com/cogentcore/core/tree/main/vgpu.
6+
57
**Mac Installation prerequisite:** https://vulkan.lunarg.com/sdk/home -- download the Vulkan SDK installer for the mac. Unfortunately there does not appear to be a full version of this on homebrew -- the `molten-vk` package is not enough by itself.
68

79
vGPU is a Vulkan-based framework for both Graphics and Compute Engine use of GPU hardware, in the Go langauge. It uses the basic cgo-based Go bindings to Vulkan in: https://github.com/vulkan-go/vulkan and was developed starting with the associated example code surrounding that project. Vulkan is a relatively new, essentially universally-supported interface to GPU hardware across all types of systems from mobile phones to massive GPU-based compute hardware, and it provides high-performance "bare metal" access to the hardware, for both graphics and computational uses.

0 commit comments

Comments
 (0)