Hi, I have created a game with processing 3.0, and wanted to upload it to processing as a java applet so that its playable in the browser!
But I can't seem to get it right, I have tried everything. Processing lets you export your sketch as an application and creates this folder with a .exe, and a lib folder with MyGame.jar, core.jar, and other .jar files that I don't know. And I dont know what I have to upload, or what is the jar class name that I have to fill in. I have seen some other processing made games on itch.io that you can play in the browser so I know its posible. But I can't find any clear tutorials on how to do it.
Does anyone know how to do this?
Thanks in advance