-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,29 @@ | ||
P5 IDEAS | ||
Prototypes not yet part of the core API | ||
~~~ | ||
|
||
p5 ideas | ||
prototypes not yet part of the core API | ||
|
||
~~~ | ||
|
||
INCLUDED PROTOTYPES | ||
PROTOTYPES | ||
|
||
- pfont : an implementation of the PFont API using the PIL | ||
library. | ||
|
||
|
||
USAGE | ||
|
||
All prototype-specific dependencies are listed in the | ||
`prototype-name/requirements.txt` file. Test / example scripts | ||
usually follow the naming convention `prototype-name-test.py` | ||
`prototype-name-example.py` respectively. | ||
|
||
|
||
LICENSE | ||
|
||
Licensed under the MIT License (see LICENSE.txt for details). Some | ||
prototypes might use external code / resources. Refer to the | ||
respective LICENSE and/or ATTRIBUTION files in the | ||
`prototype-name/` folder for details. | ||
|
||
|
||
LICENSE | ||
See LICENSE.txt for details. |