Skip to main content

gver

Project description

GVer

Install from PyPI:

pip install gver

https://user-images.githubusercontent.com/57521167/188253395-374dde18-8ce5-42c0-8f70-4d075bbb6ba7.mp4

from manim import *
from gver import GVer

class Demo(Scene):
    def construct(self):
        dot = Dot().to_corner(UL)
        gver = GVer()

        self.add(gver, dot)
        self.wait()

        gver.add_updater(lambda m: m.watch(dot))
        self.play(dot.animate(run_time=3).to_corner(UR))
        gver.clear_updaters()

        gver.stop_watch()
        gver.wink(self, 2)
        self.wait()

        gver.close_eye(left=True)
        self.wait()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gver-0.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

gver-0.0.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file gver-0.0.2.tar.gz.

File metadata

  • Download URL: gver-0.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for gver-0.0.2.tar.gz
Algorithm Hash digest
SHA256 aa70021476e3477bca926d5b3fae43b0aeb110845d13bfa1593f74ead366096c
MD5 1833ea3258241253f3848339d5d95106
BLAKE2b-256 35e67860de1c38928b32960c54cd6672a13dcfd4472ed1b1fe2bddd075bd8270

See more details on using hashes here.

File details

Details for the file gver-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: gver-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for gver-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 64e3e026a5204822d3207c5f6ce5d3bb3d150f9142c3dce1d30e8632b08a0fdf
MD5 a9fc92845c4c00946693cbe614a98bcb
BLAKE2b-256 b0bf22de1b8f4d5abd5d6dee04c23eec51ff94c46ef9f2bccc19f18c016c4fd8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page