New Feature: Live Coding
py5 has a new feature: Live Coding. The basic idea is to have a live coding environment where you can write and modify your py5 code and see the results in real time. It is designed to support rapid prototyping of ideas and experimentation. You'll be able to write code in an editor or Jupyter Notebook and see the results in a running Sketch immediately, without having to exit a running Sketch and then start a new one.
You can read more about Live Coding on the documentation website:
https://py5coding.org/content/live_coding.html
Closed Issues:
- Issue #17 - Why can't run_example_code.py do a complete run-through of all of the reference documentation example code?
- Issue #490 - py5 rejects valid static mode code
- Issue #501 - Py5Shape's
get_children()
method should return[]
when there are no children - Issue #506 - Incorrect variable description for
vertex()
methods - Issue #507 - py5_tools should use
__all__
to control what is importable - Issue #528 - Improve error messages for invalid named colors