Metadata-Version: 2.1
Name: PyWireframe
Version: 0.5.0
Summary: PyreFrame is a wireframe 3D graphics engine which uses turtle graphics. It is highly inefficient, unrealistic, and does not support rotation of any kind.
Home-page: https://hyperhamster535.github.io/PyWireframe/
Author: HyperHamster534
Author-email: joshua@the-britains.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

PyWireframe V0.4
===========

PyWireframe is a Python library for creating 3D wireframe graphics. It's highly
inefficient (it uses turtle graphics) and doesn't support rotation.

Installation
------------

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install
PyWireframe.

# `pip install PyWireframe`

Usage
-----
PyWireframe has three different ways of rendering - [Objects](https://github.com/HyperHamster535/PyWireframe/wiki/Objects), [Shapes](https://github.com/HyperHamster535/PyWireframe/wiki/Shapes), and [Dyanmic Objects](https://github.com/HyperHamster535/PyWireframe/wiki/Dynamic-Objects). For info on the syntax for using these, [see the wiki](https://github.com/HyperHamster535/PyWireframe/wiki/).
To start PyWireframe, use `start()`
To render all existing objects, use `refresh()`
To exit PyWireframe, use `exit()`
You can also stop PyWireframe from printing to the console with `printMode(mode)`. More info can be found on the [wiki](https://github.com/HyperHamster535/PyWireframe/wiki/printMode).

License
-------

[MIT](https://choosealicense.com/licenses/mit/)


