I have Makie running on my desktop PC (its great) but cant get it working on my laptop. What are the minimum graphics card requirements for OPENGL in Makie?
When I check my card using Open GL Extensions Viewer I get the following report:
I have also tried manually building GFLW from source: https://www.glfw.org/ to site
and I can compile using cmake and mingw g++ to run the (very basic) test script here Documentation | GLFW
So what are the minimum requirements?
When i run “] test GLFW” I get the error
[1a1011a3] SharedArrays [`@stdlib/SharedArrays`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[10745b16] Statistics [`@stdlib/Statistics`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
ERROR: LoadError: LoadError: GLFWError (API_UNAVAILABLE): WGL: The driver does not appear to support OpenGL
Stacktrace:
[1] _ErrorCallbackWrapper(::Int32, ::Cstring) at C:\Users\Berlin\.julia\packages\GLFW\69NQ7\src\callback.jl:43
[2] CreateWindow(::Int64, ::Int64, ::String, ::GLFW.Monitor, ::GLFW.Window) at C:\Users\Berlin\.julia\packages\GLFW\69NQ7\src\glfw3.jl:487 (repeats 3 times)
[3] top-level scope at none:0
[4] include at .\boot.jl:326 [inlined]
[5] include_relative(::Module, ::String) at .\loading.jl:1038
[6] include(::Module, ::String) at .\sysimg.jl:29
[7] include(::String) at .\client.jl:403
[8] top-level scope at C:\Users\Berlin\.julia\packages\GLFW\69NQ7\test\runtests.jl:11
[9] include at .\boot.jl:326 [inlined]
[10] include_relative(::Module, ::String) at .\loading.jl:1038
[11] include(::Module, ::String) at .\sysimg.jl:29
[12] include(::String) at .\client.jl:403
[13] top-level scope at none:0
in expression starting at C:\Users\Berlin\.julia\packages\GLFW\69NQ7\test\windowclose.jl:3
in expression starting at C:\Users\Berlin\.julia\packages\GLFW\69NQ7\test\runtests.jl:10
ERROR: Package GLFW errored during testing
Cheers,
Tim