Skip to content

harskish/pyplotgui

 
 

Repository files navigation

pyplotgui

A Python package that extends pyimgui (v2.0 beta) with pyimplot.

The package uses the same imgui namespace as pyimgui, but adds imgui.plot. The implot API is only partially implemented (pull requests are always welcome).

See the Pyimgui documentation: pyimgui.readthedocs.io for information on pyimgui.

Installation

pyplotgui is available on PyPI and can be easily installed with pip:

pip install pyplotgui

Usage

See example/plot_test.py

Project distribution

This project has a working build pipeline using GitHub actions. It builds succesfully for all major operating systems with different architectures:

  • Windows (32bit & 64bit)
  • Linux (32bit & 64bit)
  • OS X (universal build)

The build pipeline covers Python versions py36-py311.

Packages

No packages published

Languages

  • Cython 78.8%
  • Python 17.6%
  • C++ 2.8%
  • Shell 0.2%
  • Makefile 0.2%
  • C 0.2%
  • Batchfile 0.2%