[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygames on a webpage




On Jan 4, 2005, at 3:12 AM, andrew baker wrote:

You could embed Jython in a Java applet on a web page, and that would
be as secure as Java is.  Of course, you wouldn't be able to use
pygame, because it's not pure Python.

Ah, but apparently you could now :D

http://sdljava.sourceforge.net/

Muahahahahaaaaaaa!!!!!

That's not really any better than Python. It is a *binding to SDL*, which means that it needs to use platform-specific non-java code (via JNI or the like). There's no way in hell that this will run in an untrusted applet.


-bob