Skip to content

Commit

Permalink
release 0.7.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed Jan 21, 2022
1 parent fdd52cc commit a900c0e
Show file tree
Hide file tree
Showing 65 changed files with 6,181 additions and 3,009 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ If you have Java 11 installed on your computer, you can install py5 using pip:
There are currently four basic ways to use py5. They are:

- **module mode**, as shown above
- **class mode**: create a Python class inherited from ``py5.Sketch``, and support multiple Sketches running at the same time.
- **class mode**: create a Python class inherited from ``py5.Sketch``. This mode supports multiple Sketches running at the same time.
- **imported mode**: simplified code that omits the ``py5.`` prefix. This mode is supported by the py5 Jupyter notebook kernel and the ``run_sketch`` command line utility.
- **static mode**: functionless code to create static images. This mode is supported by the py5bot Jupyter notebook kernel and the ``%%py5bot`` IPython magic.
- **static mode**: functionless code to create static images. This mode is supported by the py5bot Jupyter notebook kernel, the ``%%py5bot`` IPython magic, and the ``run_sketch`` command line utility.

The py5 library is created by the meta-programming project py5generator_. Therefore, the py5 code should not be changed manually. Any issues, etc, should be directed to the py5generator_ repository.

Expand Down
Loading

0 comments on commit a900c0e

Please sign in to comment.