This is my attempt to get Vulkan going on NetBSD
1–10 of 40 posts
Re: This is my attempt to get Vulkan going on NetBSD
#2Re: This is my attempt to get Vulkan going on NetBSD
#3Re: This is my attempt to get Vulkan going on NetBSD
#4looks inside:
> What this is NOT (yet): Running Vulkan programs
Re: This is my attempt to get Vulkan going on NetBSD
#5> Build goal only: This targets compilation and linkage of the Vulkan stack. Runtime GPU acceleration is not available under VirtualBox; the software driver (Lavapipe) is the target.
I don't understand why this would ever be a problem, even without LLM assistance it's something that sounds like a weekend project?
Re: This is my attempt to get Vulkan going on NetBSD
#6This is a nice project but looks like is either AI written or AI assisted and I haven’t seen mention of that in any of the docs.
Re: This is my attempt to get Vulkan going on NetBSD
#7Re: This is my attempt to get Vulkan going on NetBSD
#8 ftp https://raw.githubusercontent.com/segaboy/vulkan-netbsd/main/scripts/setup-env.sh
!^^^^^!
That's... a bit unorthodox. FreeBSD has a `fetch`[1] utility for this, I wasn't aware NetBSD puts that in `ftp`[2].Interesting choice. I wonder what led to it.
Re: This is my attempt to get Vulkan going on NetBSD
#9Installation instructions: ftp https://raw.githubusercontent.com/segaboy/vulkan-netbsd/main/scripts/setup-env.sh !^^^^^! That's... a bit unorthodox. FreeBSD has a `fetch`[1] utility for this, I wasn't aware NetBSD puts that in `ftp`[2]. Interesting choice. I wonder what led to it. [1] https://man.freebsd.org/cgi/man.cgi?fetch [2] https://man.netbsd.org/ftp.1
This machine is so slow that it takes a lot of time to generate ssh keys etc. We talking here hours hehe
NetBSD is known to support like 60 architectures - many of them low end embedded systems: so ftp AS A CHOICE (you have other options!) is very smart and easy
Re: This is my attempt to get Vulkan going on NetBSD
#10This looks like an unofficial effort but hopefully it gets refined and integrated.