Skip to content
Snippets Groups Projects
Verified Commit 314efc0d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Some testing for future

parent ddd816d0
No related branches found
No related tags found
No related merge requests found
Pipeline #54378 failed
......@@ -450,6 +450,8 @@ function start_eventloop(rba)
# subwindow.clear = true
# meshscatter!(subwindow, rand(Point3f, 10), color=:gray)
# plot!(subwindow, [1, 2, 3], rand(3))
# on(screen.render_tick) do tick
while isopen(screen)
frame_start = time()
......@@ -505,6 +507,7 @@ function start_eventloop(rba)
sleep(sleep_time)
end
end
#wait(screen)
GLMakie.destroy!(screen)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment