Python Forum
How to animate a Turing Machine
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to animate a Turing Machine
#2
You can do this with tkinter, but it's not trivial, use a canvas
you can simulate fade-in: https://stackoverflow.com/questions/2744...-animation
I would think you could get good results by overlaying two images, and vary transparency on up, other down over a set
time period.
Proper animation is an art
do a google image search to find images with: "paper tape" encoding
here's some reading material: https://www.python-course.eu/turing_machine.php
also investigate tkinter lift and lower (can have multiple Frames ready)
Reply


Messages In This Thread
How to animate a Turing Machine - by darter - Jul-20-2018, 03:09 AM
RE: How to animate a Turing Machine - by Larz60+ - Jul-20-2018, 09:43 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020