Skip to content

Animation engine inspired by manim written in Rust

License

Notifications You must be signed in to change notification settings

yongkyuns/manim-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manim-rs

manim-rs is an experimental project which aims to provide animation capability similar to manim, but implemented in Rust. This project will try to maintain similar APIs to manim, and use Nannou + lyon as the main dependencies for drawing and windowing. The goal of the project is to be able to do many things that manim can do, and do them in an interactive context with web environment in mind.

Todo

  • Add text object
  • Add animation (Color, FadeIn/Out, Write)
  • Draw context cleanup
  • Coordinated animation (e.g. lagged start)
  • Add more object types (Currently Circle and Rectangle only)
  • APIs to chain actions

About

Animation engine inspired by manim written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages