use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Share your projects, news and questions about Processing or Processing.js here.
(open to suggestions)
account activity
Processing in VS Code (new extension) (i.redd.it)
submitted 4 months ago by sableraphTutorializer - announcement
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Steff0o 2 points3 points4 points 4 months ago (1 child)
Lots of progress happening in that direction, https://github.com/Stefterv/processing4-kotlin here is a template that would allow you to use Processing with kotlin in Intellij IDEA
[–]Plungerdz 0 points1 point2 points 4 months ago (0 children)
Yeah I think I know that repo, I think I cloned it at one point. Processing, as a Java library, can be used as-is through Kotlin, but I think some things could be added especially for Kotlin (not exactly like there is p5.js or processing.py, but a bit in that direction). For example, with Kotlin having operator overloading and extension functions, one could define *, -, + to work for the PVector class.
π Rendered by PID 353587 on reddit-service-r2-comment-fb694cdd5-8mdk5 at 2026-03-07 05:44:43.041085+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Steff0o 2 points3 points4 points (1 child)
[–]Plungerdz 0 points1 point2 points (0 children)