Le développeur Soywiz, Carlos Ballestros Velasco, nous propose un PoC (Preuve de concept) très intéressant puisqu'il s'agit d'une démo Java+Kotlin qui peut tourner dans la JVM, précisant qu'il peut être facilement porter sur d'autres plates-formes comme la 3DS par exemple.
Pour le dessin, il utilise un article surXerpi draw.c à partir d' un échantillon de libftpvita, mais vous pouvez utiliser n'importe quelle bibliothèque.

Run in the PSVita
Go to demo1 directory, and with the vitasdk installed and VITASDK environment variable properly set, execute gradlew buildVita. That will generate a vpk file that can be uploaded to a psvita with henkaku.
You can also execute: installFtp that will upload via ftp to the ip in env VITAFTP, and will promote it with VitaShell >= 0.95.
Run in the Browser
Go to demo1 directory and run gradlew distJs. It will generate build/jtransc-js/index.html that you can serve along the program.js file with any webserver.
Run in the JVM
Go to demo1 directory and open build.gradle with intelliJ (Community Edition is ok).