Font Awesome SVG's for Manim
Project description
manim-fontawesome
Font Awesome SVG's for Manim.
How to Use.
You can import this as any python library in your script and then use brand
, regular
, solid
varaibles to get the necessary SVGMobjects
.
For example,
from manim import *
from manim_fontawesome import *
class AngryEmoji(Scene):
def construct(self):
# import https://fontawesome.com/v5.15/icons/angry?style=regular
self.add(regular.angry)
This module defined these variables:
regular
: These contains the Regular Style icons.solid
: These contains the Solid style icons.brand
: These contains the Brands.
License
This module is licensed under BSD-3-Clause.
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
manim_fontawesome-6.5.1.tar.gz
(621.9 kB
view details)
Built Distribution
File details
Details for the file manim_fontawesome-6.5.1.tar.gz
.
File metadata
- Download URL: manim_fontawesome-6.5.1.tar.gz
- Upload date:
- Size: 621.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e9d2b460e7483076b641e239917f272fdee6d10f28cacbc093a8b77535828c7 |
|
MD5 | 0ba2438f40e14d206bea6b400b33252c |
|
BLAKE2b-256 | 282d3c8746060c5d8785b05fa09827a693bfe862feed9f962a7146354bef9f02 |
File details
Details for the file manim_fontawesome-6.5.1-py3-none-any.whl
.
File metadata
- Download URL: manim_fontawesome-6.5.1-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf541f77b6dd473b63c020c56a0051378e4aac38018d771255c89ef10a947bab |
|
MD5 | 77c069510f2887441e39e773798930d3 |
|
BLAKE2b-256 | 4afaa95f9c134763a060a2ee1bd005697cbf82fa175d3ec43ad63509d62ba112 |