nickcafferry/Github Action for manim rendering
GitHub Action to render manim videos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_file | The source user file to render videos from | yes | — |
| scene_names | The scene names you want to render in the source_file | yes | -a |
| args | Arguments to be passed to manim cli | yes | -w |
| manim_repo | The manim engine repo you want to use to render | — | https://github.com/manim-kindergarten/manim |
| community_ver | Whether the manim repo is a fork of ManimCommunity/manim or not | — | false |
| extra_packages | Install extra python packages by pip | — | — |
| extra_system_packages | Install extra packages by apk | — | — |
| extra_repos | Clone extra repo to workspace | — | — |
| pre_render | Arbitrary bash codes to be executed before rendering | — | — |
| post_render | Arbitrary bash codes to be executed after rendering | — | — |
| merge_assets | If two repo both has assets/ merge it | — | true |
| fonts_dir | The .ttf files dir relative to this current repo if you want to install extra fonts | — | — |
Outputs
| name | description |
|---|---|
| video_path | The video folder path of rendered videos |