百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mathlikeanim-rs

> 编程语言
开源

一个 Rust 库,用于创建交互式数学动画

188 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个 Rust 库,用于创建交互式数学动画

MathLikeAnim-rs

This is an animation library written in Rust, widely inspired by Manim and, unlike Manim, it allows interactivity thanks to WebAssembly, JavaScript and the web.

Features

  • Interactivity.
  • Basic shapes.
  • Function plotting.
  • Animations in HTML Canvas and SVG.
  • Text rendering.
  • Math formulas rendering.
  • 3D rendering.
  • Browser support.
  • Python support.

Meaning

  • : Done.
  • : Meant to be supported, but not available yet.
  • : Not supported.

How to use it in the browser?

You must install the @mathlikeanim-rs/mathlikeanim-rs (the Rust core) package and the @mathlikeanim-rs/renderer, both from NPM. Then, write an importmap and a module script tag to load the library.

xml

How to use it in Python?

Python support is available, but for older versions of the library. We are working on updating the Python package to the latest version of the project. If you still want to use the Python package, you can install it by running:

bash
pip install mathlikeanim-rs  # It's an old version of the project

Development

If you want to contribute to this project, you can clone a fork of this repository and work with the Rust codebase or the TypeScript codebase, and then submit a pull request.

Rust WASM core

The Rust WASM core is available in the src directory. You can build it by running in the root directory:

bash
make build

TypeScript renderer

The TypeScript renderer is available in the typescript directory. You can build it by running in the root directory:

bash
make build-ts

Tests

By the moment we don't have any tests, so your contributions are welcome! Anyways, you can serve the example page by running:

bash
make serve-example

If you're developing Rust codebase, you can copy the built (with make build) files to the example page by running:

bash
make copy-wasm

If you're developing TypeScript codebase, you can copy the built (with make build-ts) files to the example page by running:

bash
make copy-ts

Documentation

Available here!

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言