Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ py5 is a new version of [**Processing**][processing] for Python 3.8+. It makes t

The goal of py5 is to create a new version of Processing that is integrated into the Python ecosystem. Built into the library are thoughtful choices about how to best get py5 to work with other popular Python libraries and tools such as [Jupyter][jupyter], [numpy][numpy], and [Pillow][pillow].

[py5_repo]: https://github.com/hx2A/py5
**py5generator** is the meta-programming project that creates the py5 library. All py5 library development is done through the [py5generator repository][py5generator]. To view the actual installed py5 library code, look at the [py5 repository][py5_repo].

**Documentation** is being created at [py5.ixora.io](https://py5.ixora.io/).

**Get In Touch!** Check out our [discussions][discussions], [GitHub issues][issues] and [@py5coding](http://twitter.com/py5coding) on Twitter.

[py5generator]: https://github.com/py5coding/py5generator
[py5_repo]: https://github.com/py5coding/py5
[documentation]: https://py5.ixora.io/
[discussions]: https://github.com/py5coding/py5generator/discussions
[issues]: https://github.com/py5coding/py5generator/issues
[processing]: https://github.com/processing/processing4
[jpype]: https://github.com/jpype-project/jpype

Expand Down