Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Jun 16, 2019
2 parents 054ec31 + 8c27e75 commit 71ad46c
Show file tree
Hide file tree
Showing 121 changed files with 38,012 additions and 584,509 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Development
-----------

0.2.0
- Rename pyp5.js module from pytop5js to pyp5js
- Enable keyword argument
- Enable checking for existence in dictionary keys
- Commands now printing index files as URI

0.1.1
-----
- Fix install issue
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Here's an example of a valid Python code using P5.js API:

```python
from pytop5js import *
from pyp5js import *

def setup():
createCanvas(200, 200)
Expand Down
3 changes: 2 additions & 1 deletion docs/examples/sketch_001/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<style>
html {
overflow-y: scroll;
overflow-x: scroll;
}

.demoContainer {
Expand Down Expand Up @@ -46,7 +47,7 @@
<div style="">
<pre>
<code>
from pytop5js import *
from pyp5js import *

t = 0

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sketch_001/sketch_001.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://p5js.org/examples/interaction-wavemaker.html


from pytop5js import *
from pyp5js import *

t = 0

Expand Down
3 changes: 3 additions & 0 deletions docs/examples/sketch_001/static/p5.dom.js

Large diffs are not rendered by default.

Loading

0 comments on commit 71ad46c

Please sign in to comment.