A library for 2D rendering, using the pyGame library
- 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 havefrom Core.Minimum import *
line.- There is an example for this structure inside the
Lib
folder;
- There is an example for this structure inside the