py5

363 posts

py5 banner
py5

py5

@py5coding

#py5 is a new version of Processing for Python 3.9+. This library connects the #Processing Java libraries to #Python using #JPype. @[email protected]

Earth Katılım Haziran 2021
21 Takip Edilen842 Takipçiler
py5
py5@py5coding·
Version 0.10.7a0 of #py5 just been released! This version requires Python 3.10+, newer versions #numpy and #jpype, and has several bug fixes. Read more about it here: ixora.io/blog/new-relea… A new release of py5's #thonny plugin is coming next. Stay tuned!
English
0
0
2
180
py5
py5@py5coding·
New #py5 release! Now using #processing version 4.4.1 core.jar and updated jpype dependency to >=1.5.2, plus better support for Processing Libraries...visit ixora.io/blog/new-relea… to learn more!
English
0
0
0
1.3K
py5
py5@py5coding·
There's a new #py5 release! Version 0.10.4a2 is available. This release has important macOS improvements: ixora.io/blog/new-relea… Also: mastodon. What are you waiting for? @py5coding" target="_blank" rel="nofollow noopener">fosstodon.org/@py5coding
English
0
2
2
1.2K
py5
py5@py5coding·
Also, don't forget to follow us on Mastodon at @py5coding" target="_blank" rel="nofollow noopener">fosstodon.org/@py5coding
English
0
0
0
637
py5
py5@py5coding·
I'm happy to announce a new release of #py5 and py5jupyter (py5's #jupyter kernels). This is a small release with some bug fixes and enhancements. Read more here: ixora.io/blog/new-relea…
English
0
0
1
640
py5
py5@py5coding·
Also, there will be a #py5 and py5jupyter release soon, perhaps by the end of the month. The next version will require #Python 3.9+.
English
0
2
8
826
py5
py5@py5coding·
Everyone! Here is the recording of the #py5 presentation delivered at #pycon2024 a few months ago in Pittsburgh, PA (USA): youtu.be/pNVn3FPi5PU It was a thrill to share py5 with the Python community at #pycon ! Please give the video a thumbs up!
YouTube video
YouTube
English
0
2
5
654
Golan Levin
Golan Levin@golan·
@py5coding Hi! Any chance you could post an example of a notebook that connects py5 to Shapely? Love to see how you're doing this! 🙏
English
1
0
1
38
py5
py5@py5coding·
The latest version of #py5 works w/ #shapely objects, implicitly converting to Py5Shape objects & drawing to the screen: size(999,999) stroke_weight(19) p=Polygon([[9,9],[9,990],[990,990],[990,9]]) for _ in range(8): shape(p:=p.buffer(-50,single_sided=True)) #genuary #genuary5
py5 tweet media
English
1
0
2
337
py5
py5@py5coding·
Creating 10K of something is easy with #py5's vectorized methods: size(999,999,P2D) color_mode(CMAP,"hot") stroke_weight(32) s=create_shape() with s.begin_shape(POINTS): s.vertices(999*np.random.rand(N:=10000,2)) s.set_strokes(color(x/N,64)for x in range(N)) shape(s) #genuary16
py5 tweet media
English
0
1
3
445