Bump version number.
Chris Pressey
7 years ago
0 | 0 | kinoje |
1 | 1 | ====== |
2 | 2 | |
3 | *Version 0.2. Subject to backwards-incompatible changes without notice.* | |
3 | *Version 0.3. Subject to backwards-incompatible changes without notice.* | |
4 | 4 | |
5 | 5 | **kinoje** is a templating-based animation tool. A provided template is filled out once for each |
6 | 6 | frame of the animation; the result of the template expansion is used to create a still image; and |
11 | 11 | |
12 | 12 | The following are required: |
13 | 13 | |
14 | * **Python** 2.7 — to run the script | |
14 | * **Python** 2.7 or 3.x — to run the script | |
15 | 15 | * **PyYAML** and **Jinja2** — to fill out the templates |
16 | 16 | * something to create images from filled-out templates — typically **POV-Ray** or **Inkscape** |
17 | 17 | * **ffmpeg** or **ImageMagick** — to compile the images into a movie file |