Changes

Jump to navigation Jump to search
no edit summary
An animation is simply a series of images shown in order, one at a time. The number of images per unit of time determines the speed of the movie, a factor usually referred to as the ''framerate''. For instance, if we generate 300 images, we can create a 10-second movie at 30 frames per second, or a 20-second movie at 15 frames per second.
This tutorial will be to design and animate a movie showing particles moving along circles. The different images needed for the animation will be pages from the same PDF.The general structure of the code is as follows:
<texcode>
\starttext
\dorecurse{300}{ % Each of the 300 images
\startMPpage
% Insert here code to draw an image
\stopMPpage
}
\stoptext
</texcode>
Project1-A : [[File:Project1-A.mp4]]
36

edits

Navigation menu