Java and Processing | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Java and Processing

Is it possible to use Java programms in Processing?

3rd Mar 2018, 8:49 AM
Š”ŠøŠ·Š³Š°Š½Š¾Š² Š•Š³Š¾Ń€
2 Respostas
+ 2
Thank you
3rd Mar 2018, 9:29 AM
Š”ŠøŠ·Š³Š°Š½Š¾Š² Š•Š³Š¾Ń€
0
yes: try to export a processing sketch as an executable and you'll get the Java source code for your sketch togethher with the executable. From there is easy to adapt your java program to fit in your processing sketch and vice versa.
3rd Mar 2018, 9:03 AM
seamiki
seamiki - avatar