-
Hi! I would like to create a specialized off-screen HW raytracer and Vortice.Vulkan could be a good basis for it. I tried to run the triangle sample, but failed at the point when SDL3 is triggered for the first time. It seems that it is missing in my system, but I haven't found a way to install it. I am on Ubuntu 20.04. On of the previous questions mentions the native libs repo, but in case I compile it, I am not sure how to bind it. A bit of help would be appreciated. I would also like to ask if SDL3 is the only way of getting a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, What error do you get? |
Beta Was this translation helpful? Give feedback.
Thank you for the quick reply!
In the meanwhile, found
libSDL3.so in
bin/Debug/net8.0/runtimes/linux-x64/native`, but apparently it does not look for the exact combination of path and filename, hence the error.UPDATE: It also complains that