Skip to content

ReneTC/sgraphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sgraphic - Simple graphic

simple graphics exaple

Very simple 2d graphics package

Basically just a wrapper of the brilliant skia python package. This package exist because i needed a simple 2d graphic plotter with Ipython support and matplotlib inspired syntax. P5py is close but it is slow and does not support anti-aliasing yet.

SG can't do a lot yet but it is simple and fast.

Does not support interaction or 3d.

Installation

Run:

pip install sgraphic

Coming:

  • Animation support
  • Documentation

Documentation

A beta documentation is available here

Requires

  • Python 3
  • Skia-python
  • IPython
  • Pillow
  • Numpy
  • Easing-function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages