Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lib): reduce import overhead #147

Merged
merged 6 commits into from
Mar 8, 2023
Merged

chore(lib): reduce import overhead #147

merged 6 commits into from
Mar 8, 2023

Commits on Mar 6, 2023

  1. chore(lib): reduce import overhead

    This PR should reduce the import time overhead caused by manim imports. To solve this, manim is only imported when Slide or ThreeDSlide is needed. A custom logger is now defined, which copies the one from Manim Community. FFMPEG_BIN is now hardcoded, but should be configurable in the future via the CLI or some config file.
    jeertmans committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bc162fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc3a06e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3f062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f055be View commit details
    Browse the repository at this point in the history
  5. fix(lib): remove print

    jeertmans committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0243c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. chore(lib): fix typo

    jeertmans committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4330ea9 View commit details
    Browse the repository at this point in the history