简体   繁体   中英

Embed Processing .pde file with fisica library into html

I want to embed a .pde file with the fisica library into a webpage. This will not work with processing.js (because it is using a library), but I was wondering if there was any other way to do it? I looked at Using processing libraries in processing.js , but it does not give a solution. Does that mean that it is impossible?

Thanks in advance,

-Peperononew

You can deploy it as a java applet.This used to come out of the box in older versions of Processing, but have been removed. Although there is a tool, that you can install from tools menu that does that. It's called AppletMaker by Peter Lager . Go Tools > add tool> AppletMaker > install. It will work with processing's or java's libraries.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM