mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
add tips for interactive mode
This commit is contained in:
parent
c1242d2dd5
commit
f626a1a1e2
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ class Scene(object):
|
|||
# If there is a window, enter a loop
|
||||
# which updates the frame while under
|
||||
# the hood calling the pyglet event loop
|
||||
print("Tips: You are now in the interactive mode. Now you can use the keyboard\
|
||||
and the mouse to interact with the scene. Just press `q` if you want to quit.")
|
||||
self.quit_interaction = False
|
||||
self.lock_static_mobject_data()
|
||||
while not (self.window.is_closing or self.quit_interaction):
|
||||
|
|
Loading…
Add table
Reference in a new issue