Skip to contents
manimR (development version)
manimR 0.1.0
New Features
- Initial release of manimR
- Core scene creation with
scene() and scene_3d()
- Object creation functions:
add_text(), add_latex(), add_shape(), add_circle(), add_rectangle(), add_line(), add_arrow(), add_image()
- Animation functions:
write_in(), fade_in(), fade_out(), grow_from_center(), shrink_to_center(), draw_border(), flash(), indicate(), pulse(), wiggle()
- Transformation functions:
transform_to(), morph(), move_to(), shift(), rotate(), scale_object(), highlight_term(), change_color(), circumscribe()
- Rendering with
render() and preview()
- Template system with
use_template() and list_templates()
- Data integration:
animate_scatter(), animate_bar_chart(), animate_line_chart(), convert_ggplot_to_manim()
- Multiple output formats: MP4, GIF, WebM, PNG sequence
- Quality presets: low, medium, high, 4K
Documentation
- Getting started vignette
- Mathematical notation vignette
- Tidyverse integration vignette
- Full function reference
Infrastructure
- GitHub Actions for CI/CD
- Test coverage with testthat
- pkgdown documentation site