Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnhostetter/presentations
Demo showcasing how my slides are made using manim-slides, manim-beamer, and manim-timeline.
https://github.com/johnhostetter/presentations
latex manim
Last synced: 3 months ago
JSON representation
Demo showcasing how my slides are made using manim-slides, manim-beamer, and manim-timeline.
- Host: GitHub
- URL: https://github.com/johnhostetter/presentations
- Owner: johnHostetter
- Created: 2024-07-29T16:16:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T21:55:10.000Z (6 months ago)
- Last Synced: 2024-09-26T15:00:13.200Z (4 months ago)
- Topics: latex, manim
- Language: TeX
- Homepage:
- Size: 40.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# presentations: My open-source slides! :tada:
This repository contains slides for my presentations, which are created using
[manim-slides](https://github.com/jeertmans/manim-slides) and my personal extension called
[manim-beamer](https://github.com/johnHostetter/manim-beamer). Some slides may even utilize
[manim-timeline](https://github.com/johnHostetter/manim-timeline) for a more interactive experience
illustrating the history of a particular field of study. I hope that by sharing these slides,
I can inspire others to create their own presentations using these tools and share their knowledge
with the world! :earth_americas:## Demo :movie_camera:
https://github.com/johnHostetter/manim-timeline/assets/35469358/9831fc2b-b51d-4942-9ab1-5b911b62ca52## Troubleshooting :worried:
- If you are having trouble with installing the `manim-beamer` package, please try the following:`
python -m pip install git+https://github.com/johnHostetter/manim-beamer.git@main#egg=manim_beamer
`