Metadata-Version: 1.1
Name: simple-draw
Version: 2.8.0
Summary: This package allows you to draw graphical primitives with pygame.
Home-page: https://github.com/suguby/simple_draw
Author: Shandrinov Vadim
Author-email: suguby@gmail.com
License: BSD License
Description: # simple_draw
        
        Pygame-based package for drawing graphical primitives for tutorial purpose.
        
        ![screenshot one](screenshots/fractal_tree.png "Fractal tree")​
        
        #### Changelog
        
        #### 2.8.0
        * ADD py310 support
        * ADD pygame 2.1 support
        
        #### 2.7.0
        * ADD py39 support
        * ADD pygame 2.0 support
        
        #### 2.6.8
        * ADD py38 support
        * DROP py27 support 
        
        #### 2.6.7
        * small fix: duplicate assert
        
        #### 2.6.6
        * more calls _init() in low level functions
        * add take_background and draw_background
        
        #### 2.6.5
        * added take_snapshot
        
        #### 2.6.4
        * budfix pygame init in start_drawing
        * move vector width to .draw()
        
        #### 2.6.3
        * added width for lines
        
        #### 2.6.2
        * added quit()
        
        #### 2.6.0
        * added support for line/vector width 
        * set up resolution
Keywords: draw graphical primitives tutorial
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
