Giter VIP home page Giter VIP logo

manim_tutorial's Introduction

manim_tutorial's People

Contributors

simondvt avatar zimmermant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

manim_tutorial's Issues

The class MovingCharges(Scene) doesn't work

When I follow your tutorial, the class MovingCharges(Scene) doesn't work. Maybe something has been changed in manim project. So the following three lines need to be changed

  1. self.always_continually_update = True
  2. def continual_update(self, *args, **kwargs):
  3. dt = self.frame_duration

as

self.always_update_mobjects = True
def update_mobjects(self, *args, **kwargs):
dt = 1 / self.camera.frame_rate

Missing 'math' module in manim_tutorial_1.py

When I try to render the scene ExampleApproximation of manim_tutorial_1.py, I obtain in Terminal this error:

NameError: global name 'math' is not defined

for line 234.
Actually, big_ol_pile_of_manim_imports.py has not an import math line in the May 9, 2018 commit of manim, the manim version you suggest to use in your talkingphysics.wordpress.com tutorials.
(recent versions of manim have the line import math in big_ol_pile_of_manim_imports.py)

manim installation

I keep getting "No module named 'manimlib.main'" when i try run manim or manimgl. i try to update pip and miktex but its also keep getting the same error. Some says you need to get newer version of python, but Im with python 3.9. Can anyone help me?

About Manim_CE Compatibility

I'm using Manim Community Edition v0.8.0. I'm having problems running scenes ExampleApproximation and PlotFunctions. I'm experiencing problems in reading the values inside the dictionaries named "CONFIG". Do you have any idea how to solve it ?

Binder

This looks super cool.
You might be interested in Binder:
https://mybinder.org

This allows you and others to run these notebooks in the cloud (using custom docker images with everything pre-installed). Basically means a zero-install tutorial experience.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.