manim
manim
manim | manim | |
---|---|---|
162 | 147 | |
33,423 | 78,784 | |
4.3% | 1.3% | |
8.9 | 9.4 | |
6 days ago | about 1 month ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
manim
-
13 GitHub Projects that Supercharge Your AI and Development Journey 🚀
Stars: 30321 Author: ManimCommunity Star the manim repository⭐
- Visual Explanations of Mathematics
-
PlutoViz: Introduction
I formed a picture in my head of an inverted pyramid, with each inner level positioned below and a little bit smaller than the previous level. After solving the puzzle, I got some ideas about what a visualization of the search for the shortest path could look like. I've wished for a couple years that I could put together visualizations like the ones I've seen in the AoC subreddit, and I have a strong enough feeling about this puzzle that I think this is where I should start. A recent 3Blue1Brown video gave me the confidence that Manim would be the right tool, for me, for this first job.
- Manim
- Manim: A Python Framework for Crafting Beautiful Mathematical Animations
- Manim: Open-Source Python Framework for Mathematical Animations
-
Celebrating 6 years since Valve announced Steam Play Proton for Linux
https://github.com/ManimCommunity/manim/issues/3362
-
Visualizing Complex Functions
The animation looks awesome! Looks like the author used matplotlib (as they mention in a comment on the website): https://github.com/vankessel/sandbox/blob/master/graph/inter...
In the past, I have used manim to make mathematical animations: https://www.manim.community/ Manim is more flexible but that comes with some overhead of complexity and learning. Example of some animations using manim:
- List of videos using manim: https://www.manim.community/awesome/
- A blog post I made: https://azeemba.com/posts/degenerate-matter.html
-
Pyxel: A retro game engine for Python
harfang-wasm is a fork of pygbag.
harfang-wasm: https://github.com/harfang3d/harfang-wasm
pygbag: https://github.com/pygame-web/pygbag
https://news.ycombinator.com/item?id=38772400 :
> FWIU e.g. panda3d does not have a react or rxpy-like API, but probably does have a component tree model?
Is there a react-like api over panda3d, or are there only traditional events?
Manim has a useful API for teaching. Is there a good way to do panda3d with a manim-like interface? https://github.com/ManimCommunity/manim/issues/3362#issuecom...
-
Getting Started with Manim A Step-by-Step Guide
Manim Community: The Manim community (https://www.manim.community/) is a vibrant group of developers, educators, and enthusiasts who share their knowledge and creations. Joining the community is a great way to learn from others and get inspiration for your own projects.
manim
- Fastplotlib: Driving scientific discovery through data visualization
- Manim – animation engine for explanatory math videos
-
An animated introduction to Fourier Series
There's manim [1] from YouTuber 3blue1brown. And while it doesn't work on the web, there is a port [2] that does, which runs on p5.js. If you want a bit more control, you can use a canvas animation library directly. A few popular ones are p5, GreenSock, and PixiJS--but there are so many others. For simpler animations and for the most control over the result, it's pretty rewarding to just use the built-in Canvas API [3] directly.
[1] https://github.com/3b1b/manim
[2] https://github.com/JazonJiao/Manim.js/
[3] https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/...
-
3Blue1Brown: Visualizing Attention, a Transformer's Heart
That is definitely one of the things he does better than most. He actually wrote a custom library for math animations: https://github.com/3b1b/manim
-
Where Is Noether's Principle in Machine Learning?
Not quite what you're looking for, but worth pointing out that Grant Sanderson of 3Blue1Brown has published the "framework" he uses for his math videos on GitHub.
https://github.com/3b1b/manim
-
3Blue1Brown Calculus Blog Series
3b1b uses a python library for creating those videos.
https://github.com/3b1b/manim
-
Animating High School Maths Curriculum
Manim, 3b1b's animation library is open source: https://github.com/3b1b/manim
-
Why do people think animation involves a ton of coding?
Coming to motion design, this rumour takes of due to the fact that there are programming libraries like Manim and Motion-Canvas which are actually used to generate animations from code. You can search 3Blue1Brown channel on youtube.
- Connaissez-vous des petits youtubeurs dans le style de Micode?
-
Stickman fucks around with math and finds out
It kinda looks like this: https://github.com/3b1b/manim, but that would be a crazy usage of it. Wondering if they’re compositing Manim with a more traditional animation suite.
What are some alternatives?
motion-canvas - Visualize Your Ideas With Code
reanimate - Haskell library for building declarative animations based on SVG graphics
processing - ⚠️ Processing moved to processing/processing4 ⚠️
geogebra - GeoGebra apps (mirror)
NumPy - The fundamental package for scientific computing with Python.