gver
Project description
GVer
Install from PyPI:
pip install gver
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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gver-0.0.2-py3-none-any.whl
(3.9 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa70021476e3477bca926d5b3fae43b0aeb110845d13bfa1593f74ead366096c
|
|
| MD5 |
1833ea3258241253f3848339d5d95106
|
|
| BLAKE2b-256 |
35e67860de1c38928b32960c54cd6672a13dcfd4472ed1b1fe2bddd075bd8270
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e3e026a5204822d3207c5f6ce5d3bb3d150f9142c3dce1d30e8632b08a0fdf
|
|
| MD5 |
a9fc92845c4c00946693cbe614a98bcb
|
|
| BLAKE2b-256 |
b0bf22de1b8f4d5abd5d6dee04c23eec51ff94c46ef9f2bccc19f18c016c4fd8
|