-
Notifications
You must be signed in to change notification settings - Fork 2
WGLMakie interactive dashboard for swingup #9
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
base: main
Are you sure you want to change the base?
Conversation
QuanserInterface = "d7748c0a-89fb-413b-a9f0-29aba34b281f" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we not have Makie in the /examples
project, only in examples/interactive
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but is there a particular reason for that? I was trying to have only one project to minimize precompile :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, precompiling Makie tends to suck, so those how do not need that would be happy to not have to. On my beefy desktop machine, installing WGLMakie takes 210 seconds. Installing makie on a Raspberry Pi etc. is likely fatal.
I'm still working on the two process thing and we should get it more elegant at some stage. But it turns out you only really need to move the rendering out of process.
Since WGLMakie has the browser do the rendering this seemed to work quite well, thanks @BenChung for the suggestion!
Cool video tax:
Screen.Recording.2025-07-29.at.4.51.15.PM.mov