Skip to main content

Geometric tools for parsing GeoGebra construction, proccess with manim animation and export to SVG

Project description

GeoDynamic

Installation

pip install --upgrade geodynamic

Using

  1. Preparing code test.py:
from geodynamic.manim_dynamic import *

class TestScene(GeoDynamic):
    def construct(self):       
        self.loadGeoGebra('test.ggb', style_json_file = 'pandora.json', px_size = [400, 'auto'])    
        self.exportSVG('test.svg')
  1. Run compilation:
manim 'test.py' TestScene

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

geodynamic-0.0.10.tar.gz (28.0 kB view hashes)

Uploaded Source

Built Distribution

geodynamic-0.0.10-py3-none-any.whl (30.4 kB 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