-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working version with manim voiceover
- Loading branch information
Alejandro Gomez
committed
Jan 2, 2025
1 parent
a4758a4
commit 70c997a
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# nix_manim_template | ||
Template for using manim with nix | ||
# Nix Manim Template | ||
|
||
Template for using Manim and Nix to generate videos. | ||
|
||
```bash | ||
nix develop . --no-pure-eval | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
just shell | ||
``` | ||
|
||
to enter an impure nix shell. Then, you can manage the virtual environment using `uv`. | ||
|
||
```bash | ||
uv sync | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,6 +104,7 @@ | |
pkgs.manim | ||
# manim_voiceover | ||
pkgs.mpv | ||
pkgs.sox | ||
]; | ||
}) | ||
]; | ||
|