Can I use Makie.jl without GPU

Hello,
I’m trying to build an interactive graph, but I don’t have a GPU on my computer, can I still use Makie.jl. If not what would you recommend?
Thank you for your help!

What do you mean by no GPU? Is it a headless server?
If it just doesn’t have a dedicated gpu, GLMakie should work fine…
Otherwise you could try WGLMakie

1 Like

I have an all-in-one computer 10 years old. The GPU doesn’t work anymore, does that count the same as not having one. I assume so because Makie doesn’t work.
Thank you.

Well, OpenGL must be supported, and it must not be too old…
Found that out when trying to use Makie in different virtual machines…

There are software implementations of OpenGL. You could try installing one and checking whether it works. If it does, it will be slow.

Sorry, I meant to reply to @matic_lauko.

Thanks, it works!