Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEdChristensen committed Jan 24, 2024
1 parent 263e091 commit 78d8d2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
## Examples

Live Examples:
- https://johnedchristensen.github.io/diver/src/?filename=/sketches/rainbow.py
- https://johnedchristensen.github.io/diver/src/?filename=/sketches/e_field.py
- https://johnedchristensen.github.io/diver/src/?filename=/sketches/squares.py
- https://johnedchristensen.github.io/diver/src/?filename=sketches/impossible_object.py
- https://johnedchristensen.github.io/diver/src/?filename=sketches/rainbow.py
- https://johnedchristensen.github.io/diver/src/?filename=sketches/e_field.py
- https://johnedchristensen.github.io/diver/src/?filename=sketches/squares.py
### Interactive
- https://johnedchristensen.github.io/diver/src/?filename=/sketches/string.py
- https://johnedchristensen.github.io/diver/src/?filename=sketches/string.py
## About
A simple python package that makes it easy to share interactive visuals on the web.
Uses Pyodide to run python directly in the browser, meaning code can be shared with others without any need to download/install/configure python.
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<pre id="output-content"></pre>
</div>
</div>
<diver-visual sketch="/sketches/rainbow.py" id="diverID"></diver-visual>
<diver-visual sketch="sketches/impossible_object.py" id="diverID"></diver-visual>
<script type="module" src="index.js"></script>
<script type="module" src="diverComponent.js"></script>
</body>
Expand Down

0 comments on commit 78d8d2b

Please sign in to comment.