You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
{{#seo: |title=Vita Homebrew PC Tools (Developments) - GameBrew |title_mode=append |image=jmedialayervita2.png |image_alt=jmedialayer }} [https://github.com/jmedialayer/jmedialayer/tree/master jmedialayer] is a project that aims to create a simple layer for graphics/audio and input like SDL but for Java that will provide several backends using jtransc to target browser, PS Vita, 3DS and so on. jmedialayer for PS Vita is a mixed Java+Kotlin demo that can run in the JVM, the browser and PS Vita, and could be easily ported to other platforms like 3DS among others. In PS Vita/C++ it uses ARC instead of GC, so the performance is constant and doesn't have any delays. It works thanks to [https://github.com/jtransc/jtransc JTransc] + the great new C++ target in 0.4.0 done by [https://github.com/dsp-omen dsp-omen]. For drawing without dependencies on PS Vita, it uses xerpi's [https://github.com/xerpi/libftpvita/blob/master/sample/draw.c draw.c] from a sample in libftpvita, but you can hook any C library/code easily in order to for example run libvita2d or raw gxm calls. You can develop your application directly in intelliJ and test it using your favourite debugger, and then when ready compile it for the psvita and install it in just one click (<code>installFtp</code> gradle task). ==User guide== Go to <code>demo1</code> directory, and with the vitasdk installed and <code>VITASDK</code> environment variable properly set, execute <code>gradlew buildVita</code>. That will generate a vpk file that can be uploaded to a psvita with henkaku. You can also execute: <code>installFtp</code> that will upload via ftp to the ip in env <code>VITAFTP</code>, and will promote it with VitaShell >= 0.95. <code>demo2</code> available using jmedialayer (include png support). No external dependencies required (except for VITASDK). <code>demo3</code> available using jmedialayer + gradle plugin. Just requires gradle. Gradle plugin will download VITASDK automatically. Just supported x86/x64 windows/linux/mac. ==Screenshots== https://dlhb.gamebrew.org/vitahomebrews/jmedialayervita3.png == External links == * GitHub - https://github.com/jmedialayer/jmedialayer-psvita-java
Advertising: