File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,21 @@ p5 version 0.5.0 is the final release for the `Google Summer of Code
66<https://summerofcode.withgoogle.com/projects/#4911995556462592> `_ `by
77`Abhik Pal <github.com/abhikpal>`_. The project was supervised by
88`Manindra Mohrarna <https://github.com/Manindra29 >`_ of the
9- `Processing Foundation <https://processingfoundation.org/ >`_. This
10- release builds on a release from earlier this summer that moved the
11- internal windowing framework and OpenGL interface to vispy.
9+ `Processing Foundation <https://processingfoundation.org/ >`_. The goal
10+ of the project were:
1211
13- In addition to the new features described in the next section, the
14- documentation accompanying this release also includes ports of some
15- Processing tutorials:
12+ #. Move the internal windowing and OpenGL framework to `vispy
13+ <https://vispy.org> `_
14+ #. Fix the then open issues and merge pull requests
15+ #. Add support for user defined polygons
16+ #. Add image support
17+
18+ We met all of these goals completely. The first two were covered by a
19+ `release from earlier in the summer
20+ <https://github.com/p5py/p5/releases/tag/v0.4.0a1.dev2> `_. These
21+ release notes summarize our later two goals. In addition to the stated
22+ goals we were also able to add minimal typography support and port
23+ some tutorials from Processing to p5:
1624
1725* :doc: `Color by Daniel Shiffman </tutorials/color >`
1826* :doc: `Vectors by Daniel Shiffman </tutorials/vector >`
Original file line number Diff line number Diff line change 1919__title__ = 'p5'
2020__description__ = 'Creative coding in Python'
2121__url__ = 'https://p5py.github.io'
22- __version__ = '0.4.0a1.dev2 '
22+ __version__ = '0.5.0 '
2323__author__ = 'Abhik Pal'
2424__author_email__ = 'theabhikpal@gmail.com'
2525__license__ = ' GNU GPLv3'
You can’t perform that action at this time.
0 commit comments