Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carlossilva2/pydraw
- Owner: carlossilva2
- License: mit
- Created: 2019-05-19T17:29:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T08:44:42.000Z (over 2 years ago)
- Last Synced: 2023-03-05T10:47:59.815Z (almost 2 years ago)
- Topics: 2d-renderer, education, graphics, linux, macos, pygame, python3, windows
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;