Open
Conversation
baggepinnen
reviewed
Jul 30, 2025
| StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
| QuanserInterface = "d7748c0a-89fb-413b-a9f0-29aba34b281f" | ||
| StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
| WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008" |
Collaborator
There was a problem hiding this comment.
Can we not have Makie in the /examples project, only in examples/interactive?
Contributor
Author
There was a problem hiding this comment.
Sure, but is there a particular reason for that? I was trying to have only one project to minimize precompile :D
Collaborator
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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