-
Notifications
You must be signed in to change notification settings - Fork 37
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
30 changed files
with
87,519 additions
and
79 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
0.0.5 | ||
----- | ||
- Adds all p5's missing global variables | ||
|
||
0.0.4.1 | ||
------- | ||
- Supports event functions such as `keyPressed` | ||
|
||
0.0.4 | ||
----- | ||
- Supports p5.js pop function | ||
- Adds `monitor` command to the CLI | ||
- Allows to run `pyp5js` commands specifying a directory | ||
- First try on organizing the docs | ||
|
||
0.0.3 | ||
----- | ||
- Add WEBGL variables | ||
|
||
0.0.2 | ||
----- | ||
- Supports more of P5's variable | ||
|
||
|
||
0.0.1 | ||
----- | ||
- First release |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-r requirements.txt | ||
pytest==4.5.0 | ||
tox==3.10.0 |
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,8 +1,15 @@ | ||
### Examples list | ||
|
||
- [Angles and mouse coordinates](sketch_001/index.html) | ||
- [Move Eye](sketch_002/index.html), [@villares](https://github.com/villares) implementation of Simon Greenwold's code | ||
- [3D](sketch_003/index.html) | ||
- [Boids](sketch_004/index.html) from [@esperanc](https://github.com/esperanc) [BrythonIDE examples](https://github.com/esperanc/brythonide/blob/master/demoSketches/boids.py) | ||
- [Globals variables (HSB and CENTER)](sketch_005/index.html) | ||
- [Registering event functions such as keyPressed](sketch_006/index.html) | ||
- Angles and mouse coordinates: [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_001) | [run example](sketch_001/index.html) | ||
|
||
- Move Eye, an example by Simon Greenwold, ported by [@villares](https://github.com/villares): [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_002) | [run example](sketch_002/index.html) | ||
|
||
- Rotating 3D box: [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_003) | [run example](sketch_003/index.html) | ||
|
||
- Boids, from [@esperanc](https://github.com/esperanc) [BrythonIDE examples](https://github.com/esperanc/brythonide/blob/master/demoSketches/boids.py): [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_004) | [run example](sketch_004/index.html) | ||
|
||
- Globals variables (HSB and CENTER): [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_005) | [run example](sketch_005/index.html) | ||
|
||
- Registering event functions such as keyPressed: [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_006) | [run example](sketch_006/index.html) | ||
|
||
- p5.Vector static methods: [see code](https://github.com/berinhard/pyp5js/tree/develop/docs/examples/sketch_007) | [run example](sketch_007/index.html) |
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
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
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
Oops, something went wrong.