{"id":16856457,"url":"https://github.com/vallentin/textmation","last_synced_at":"2025-04-11T07:39:16.910Z","repository":{"id":38213219,"uuid":"174427243","full_name":"vallentin/textmation","owner":"vallentin","description":"Textmation is a text-based language for creating animations","archived":false,"fork":false,"pushed_at":"2022-06-08T22:35:50.000Z","size":176,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:11:13.009Z","etag":null,"topics":["animation","computer-graphics","language","programming-language","rendering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vallentin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-07T22:05:48.000Z","updated_at":"2024-03-20T00:20:04.000Z","dependencies_parsed_at":"2022-08-24T05:51:09.102Z","dependency_job_id":null,"html_url":"https://github.com/vallentin/textmation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vallentin%2Ftextmation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vallentin%2Ftextmation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vallentin%2Ftextmation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vallentin%2Ftextmation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vallentin","download_url":"https://codeload.github.com/vallentin/textmation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248359140,"owners_count":21090476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","computer-graphics","language","programming-language","rendering"],"created_at":"2024-10-13T14:04:17.517Z","updated_at":"2025-04-11T07:39:16.874Z","avatar_url":"https://github.com/vallentin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n*Note that Textmation is in its infancy. Features as well as syntax might change between early versions.*\n\n# Textmation\n\nTextmation (**Text**-based Ani**mation**) is a tool and language for textually creating animations.\nExporting animations currently supports GIF, MP4, AVI, WebM or exporting individual frames as PNGs.\nExporting video formats requires [ffmpeg](https://ffmpeg.org).\n\n\n## Installation \u0026 Testing\n\n*Note that Textmation currently relies on some Python scripts, and can as such not easily be installed with `cargo install --git [url]`.*\n\n```bash\ngit clone https://github.com/vallentin/textmation\ncd textmation\n\ncargo install --path .\n\n# Check help message to see command-line options\ntextmation --help\n\n# Run \"simple\" example and output GIF\ntextmation examples/example_01_simple.anim\n\n# Export format is inferred from the output filename\ntextmation -o output.mp4 examples/example_01_simple.anim\n```\n\n\n## Examples\n\nHere are some rendered versions of the examples found in the [examples](https://github.com/vallentin/textmation/tree/master/examples) directory.\n\n\n### [Rectangle \u0026 Text](https://github.com/vallentin/textmation/blob/master/examples/example_01_simple.anim)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://vallentin.io/img/textmation/simple.png\"\u003e\n\u003c/p\u003e\n\n\n### [Templates](https://github.com/vallentin/textmation/blob/master/examples/example_02_template.anim)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://vallentin.io/img/textmation/template.png\"\u003e\n\u003c/p\u003e\n\n\n### [VBox \u0026 HBox](https://github.com/vallentin/textmation/blob/master/examples/example_03_layout.anim)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://vallentin.io/img/textmation/layout.png\"\u003e\n\u003c/p\u003e\n\n\n###  [Icons](https://github.com/vallentin/textmation/blob/master/examples/example_icons.anim)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://vallentin.io/img/textmation/icons.png\"\u003e\n\u003c/p\u003e\n\n\n### Sliding Transitions\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003ca href=\"https://github.com/vallentin/textmation/blob/master/examples/example_04_slide.anim\"\u003eSimple Left to Right\u003c/a\u003e\u003c/th\u003e\n\u003cth\u003e\u003ca href=\"https://github.com/vallentin/textmation/blob/master/examples/example_05_slide.anim\"\u003eVarious Directions\u003c/a\u003e\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"https://vallentin.io/img/textmation/slide.gif\"\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://vallentin.io/img/textmation/slide2.gif\"\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\n  [examples]: https://github.com/vallentin/textmation/tree/master/examples\n\n  [cargo]: https://doc.rust-lang.org/cargo/\n  [rustup]: https://rustup.rs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallentin%2Ftextmation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvallentin%2Ftextmation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallentin%2Ftextmation/lists"}