Skip to content

solunian/saper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saper! 😁

Surface Area Presentation makER


building/running

manim example.py <name_of_class_in_file>
manim-slides <name_of_class_in_file>

creating web build

  • convert to html with make html
  • in build, clean it with make for vercel
  • figure it out

python venv setup

mkdir venv
python -m venv venv
source ./venv/bin/activate

installing from requirements.txt

pip install -r requirements.txt

fixed ssl stuff

  • after activating venv
pip install urllib3==1.26.6 

About

surface area presentation maker!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors