-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VulkanMakie? #700
Comments
Those installation errors are a very specific issue with Julia + some very specific linux + intel/amd drivers - nvidia seems to be without any issue. Regardless, a Vulkan backend is still planned, although with low priority. |
I am using Nvidia though... |
Yeah likely... What problems did you have with nvidia? |
The building of GLMakie failed because it couldn't find drivers in the dri folder. There're dozens of those issues! I did resolve the issue, but the second plot made my system go slow motion. It felt like it was not using my GPU at all. I closed and reopened julia and it stopped plotting due to some issue in libGL. I did post the issues but it was closed immediately marked as duplicate |
Makie is an awesome production level package and it's almost in pure Julia. But it must even run to allow the users to even complete the tutorial. Whats the status on GRMakie? Will it use the GPU and will it require opengl dependencies? |
GRMakie does not use the GPU and does not require openGL. Check also CairoMakie. |
Does CairoMakie make use of the GPU? |
No, only GLMakie does that. |
Thanks for the information |
You are still very vague about what the issues actually are. I have no problems with GlMakie myself. |
There are many solutions as many people got this exact same problem and opened issues. |
Ah OK thanks. And you upgraded your nvidia drivers? |
All my drivers are already up to date! |
Yeah, so that's not an NVIDIA problem as I pointed out - NVIDIA (almost) never made any problems as far as I'm informed...
That's exactly the INTEL + Linux problem I'm talking about, and I'm 99% sure, that Vulkan will show exactly the same issue ;) Did you try: Btw, this is a new issue (last couple of months) coming from some Intel/AMD & Linux & Julia updates, that I can absolutely do nothing about, which is pretty annoying... You should complain to Linux GPU support ;) |
I solved it by (on Fedora/GNOME)
|
StatsMakie is deprecated in favor of AlgebraOfGraphics.jl! |
Kindly update the docs then! |
Also, AlgebraOfGraphics.jl is a part of Makie too? |
No it is a separate package, as statsmakie was |
We updated the docs, I'll check if it's already deployed! |
Any chance if we'll get a VulkanMakie? Many users are facing trouble with OpenGL as backend... Installation not working and other issues. Also, Vulcan will give a better performance and is cross-platform too.
The text was updated successfully, but these errors were encountered: