Skip to content

upb-lea/pygeckocircuits2

Repository files navigation

Welcome to PyGeckoCircuits2

This repository was inspired by MaurerM/pygeckocircuits, added by certain functions and a pip-installable package.

Control a GeckoCircuits simulation by Python code.

docs/source/figures/pygeckocircuits2.png

Installation

Install pygeckocircuits2 directly from pyPI:

pip install pygeckocircuits2

Usage

Download the compiled gecko-version from tinix84/gecko.

Run the example file to see the given functions.

Documentation

Find the documentation here.

Troubleshooting

  • As of now, there are issues with OpenJDK 21 (LTS). Please use OpenJDK 17 (LTS) so far. See also this issue.