Benoit9
Benoit9
OK, thanks! I figured things were in flux, but I thought GLVisualize was staying as a backend for Makie, not that Makie was to replace both Plots _and_ GLVisualize. Thank...
If you are interested in GPU acceleration with minimal code changes, I suggest you try CLBlast: https://github.com/CNugteren/CLBlast (and a nice presentation by its author: https://cnugteren.github.io/downloads/CLBlastIWOCL18.pdf) All I had to do...
Same here, and I can't seem to find a fix anywhere. I verified that several examples work in VSCode, but not in Jupyter. Rendering is fine, just not interactivity. If...
Thank you for the quick and detailed answer! Is it usual practice to have size() return a Tuple of Tuples in the case of tensors? I am not familiar enough...
Well, there are changes to the API that are easily fixed, like ```using CImGui.GLFWBackend``` that becomes ```using CImGui.ImGuiGLFWBackend``` But then, a line like: ```ImGui_ImplGlfw_InitForOpenGL(GLMakie.to_native(GLMakie.global_gl_screen()), true)``` I have no clue what...
OK, thanks! I I find something I will report back.