Skip to content

Commit

Permalink
Visualization Callback Makie current state
Browse files Browse the repository at this point in the history
  • Loading branch information
s6nistam committed Dec 12, 2024
1 parent bc1b6ab commit 74f6fb7
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 284 deletions.
8 changes: 8 additions & 0 deletions src/Trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,14 @@ function __init__()
end
end

@require GLMakie="e9467ef8-e4e7-5192-8a1a-b1aee30e663a" begin
using .GLMakie: GLMakie
end

@require CairoMakie="13f3f980-e62b-5c42-98c6-ff1f3baf88f0" begin
using .CairoMakie: CairoMakie
end

@static if !isdefined(Base, :get_extension)
@require Convex="f65535da-76fb-5f13-bab9-19810c17039a" begin
@require ECOS="e2685f51-7e38-5353-a97d-a921fd2c8199" begin
Expand Down
Loading

0 comments on commit 74f6fb7

Please sign in to comment.