On Aug 31, 1:05 am, Alexandre Blondin Massé <[email protected]> wrote: > > 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. > > Me neither, I've tried to look at the problem in many different ways > (looking at psychopy, pygame, pyglet, etc.) but no solution yet. To > answer your first question, I'm trying to code a psychology > experiment. Basically, I need a special input box that the user must > fill and which dynamically colors some part of the input text as it is > filled. Nothing very big, but I still need some graphic components > that only Java provides. > > But thank you both for the fast answers, that pretty much means I'm > going to have to turn to Java.
Yes. The potential platforms for browser based applications are: 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. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
