Skip to content

Commit 9962875

Browse files
committed
force glmakie, do not use render tick
1 parent cdaef39 commit 9962875

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/specialized/satellite/dashboard.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and full-sky map from the European Southern Observatory.
1313
=#
1414

1515
using GeoMakie, GLMakie
16+
GLMakie.activate!() # hide
1617
using GeoMakieArtifacts
1718

1819
using Geodesy, Proj
@@ -270,10 +271,13 @@ cam_controller = on(view_ax.scene, satellite_graph.satellite_position; update =
270271
Makie.update_cam!(view_ax.scene, eyeposition, lookat, upvector)
271272
return nothing
272273
end
274+
273275
f
274276
# ## Animation: Play button and dynamic speedup
275277

276278
# Here's the dashboard controls to run the animation interactively.
279+
# ```julia
280+
#=
277281
controls_gl = GridLayout(diag_gl[4, 1]; alignmode = Outside())
278282
play_button = Button(controls_gl[1, 1]; tellwidth = false, tellheight = true, label = "▶")
279283
is_playing = Observable(false)
@@ -310,4 +314,6 @@ player_listener = Makie.Observables.on(events(f).tick) do tick
310314
end
311315
end
312316
satellite_graph.time_rel[] = 1
313-
f
317+
f
318+
=#
319+
# ```

0 commit comments

Comments
 (0)