Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

manim_fontawesome-6.5.1-py3-none-any.whl (1.5 MB view hashes)

Uploaded Python 3

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