Skip to content

Releases: p5py/p5

The first p5 alpha!

20 Aug 22:57
Compare
Choose a tag to compare
The first p5 alpha! Pre-release
Pre-release

People,

We've been working for the last twelve or so weeks to get most of the internal plumbing done and expose an API that people can start playing around with. And today we're happy to announce the first alpha release of p5 🎉

As of this release, we have support for:

  • Running basic p5 sketches.
  • An interface to events and event handlers.
  • Drawing 2D shapes.
  • Full support for parsing and using colors (except support for using hex-codes)
  • Full support for all utility functions for math, vectors, etc.

Links to help you get started:

Mac users might face some issues getting the sketches to run. We haven't been able to consistently reproduce the issues, but please take a look at issue #9 and issue #10 .

Meanwhile, as we write more documentation, fix bugs, and port tutorials from Processing, we would love to know what you think! Couple of ways you can reach out to us:

p5 started off as a Google Summer of Code project and even though the official coding period will end in little less than a week, development on p5 will continue. Feedback, contributions, and criticism are more than welcome :)

v0.1.0dev4

19 Jul 21:00
Compare
Choose a tag to compare
v0.1.0dev4 Pre-release
Pre-release
fourth developmental release