What is it you are trying to do? There are various ways to serve games
over the web. I don't know of any decent Python-based solutions for
this, presently.
-Casey
> --
> You received this message because you are subscribed to the Google Groups "pyglet-users" group.
> To post to this group, send email to pyglet...@googlegroups.com.
> To unsubscribe from this group, send email to pyglet-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
>
>
I wouldn't be so sure about that. If you can rely on
the browser supporting SVG, there isn't much that you
can't achieve with Javascript these days.
You might like to look into Pyjamas:
--
Greg
Richard
Yes. The potential platforms for browser based applications are:
> But thank you both for the fast answers, that pretty much means I'm
> going to have to turn to Java.
javascript, java applets or flash (or silverlight but we won't mention
that). But I would also second Steve's suggestion of using Processing
(http://processing.org/) which can be deployed as a java applet or
with the help of processing.js be deployed using javascript.
Getting slightly more OT for the list, it's worth noting that both
jython (older versions at least) and ironpython can be used with java
applets and silverlight respectively, although sandbox limitations
would still prevent the use of pyglet.