Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlossilva2/pydraw

An easy to use 2D graphics framework, built around pygame
https://github.com/carlossilva2/pydraw

2d-renderer education graphics linux macos pygame python3 windows

Last synced: 2 months ago
JSON representation

An easy to use 2D graphics framework, built around pygame

Awesome Lists containing this project

README

        

# pyDraw
**A library for 2D rendering, using the [pyGame]('https://www.pygame.org/news') library**
### How to use

* First install all requirements by running the command `pip install -r requirements.txt`;
* Next, create a folder named `Projects`;
* Finally, inside the `Projects` folder, create another folder for each of the projects:
* The projects follow a data structure in order for the program recognise.
* Project names must be camel cased and the main file must be named `Sketch.py` and must have `from Core.Minimum import *` line.
* There is an example for this structure inside the `Lib` folder;