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.0.0.tar.gz
(651.1 kB
view details)
Built Distribution
File details
Details for the file manim-fontawesome-6.0.0.tar.gz
.
File metadata
- Download URL: manim-fontawesome-6.0.0.tar.gz
- Upload date:
- Size: 651.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efd0289d6e268470c76cceeefc73d15447ed0a82a097f43a69aabe3028f70751 |
|
MD5 | e31fe2f913b6e7d3ce76c5c7f5f19213 |
|
BLAKE2b-256 | 7c19873567f86726d7ef757a5421779f1d5b82b20a8b12b2893506428cd387e5 |
File details
Details for the file manim_fontawesome-6.0.0-py3-none-any.whl
.
File metadata
- Download URL: manim_fontawesome-6.0.0-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 280dd366b40d48f1b9812bb3e2a1b71b1c3cb7b018ddf6f22236a887447ba471 |
|
MD5 | 19d1cf1260294e5dea85a3c5612cdc19 |
|
BLAKE2b-256 | cc9dce811f81ff3281635a679c76319d8136eeab55b7cf0dd813a3f3053a3f24 |