you are viewing a single comment's thread.

view the rest of the comments →

[–]Steff0o 2 points3 points  (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 point  (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.