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

Java > Processing

If you already have some experience in processing, how can you convert it into java?

10th Dec 2017, 7:44 PM
Kevin Liu
Kevin Liu - avatar
1 Resposta
+ 11
Processing language builds on theĀ Java language, but uses a simplified syntax and a graphics user interface. Unfortunately you can't use it in Sololearn java code-playground. But there's an another way to use it in code-playground. You can write processing as a web code using processing.js which converts java processing into Javascript. Take a look at my code where I used pure processing in place of Javascript. https://code.sololearn.com/W4BNj36Mr34Q/?ref=app
10th Dec 2017, 8:49 PM
Ranjan Bagri
Ranjan Bagri - avatar