Skip to content

Tear down GLMakie figures properly during precompilation#182

Merged
JamesWrigley merged 1 commit intomasterfrom
makie-precompilation
Oct 15, 2025
Merged

Tear down GLMakie figures properly during precompilation#182
JamesWrigley merged 1 commit intomasterfrom
makie-precompilation

Conversation

@JamesWrigley
Copy link
Member

Calling destroy_context() after the renderloop is bad because the renderloop will clean up the ImGui resources (including the OpenGL context) when it finishes.

Fixes #181.

@JamesWrigley JamesWrigley self-assigned this Oct 14, 2025
@JamesWrigley JamesWrigley added the bug Something isn't working label Oct 14, 2025
Calling `destroy_context()` after the renderloop is bad because the renderloop
will clean up the ImGui resources (including the OpenGL context) when it
finishes.
@JamesWrigley JamesWrigley merged commit 0180298 into master Oct 15, 2025
3 of 4 checks passed
@JamesWrigley JamesWrigley deleted the makie-precompilation branch October 15, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MakieIntegration precompile with errors on Windows

1 participant