On Tue, Aug 10, 2010 at 11:17 AM, pnande <[email protected]> wrote: > While many of you will smirk or raise your eyebrow when reading 'game > development framework' (yet another), I'm nonetheless presenting a > project I've started a few weeks ago.
Awesome! The more the merrier :-) > It's called pytaur and it aims to be a framework oriented to the > development of 2D puzzle adventure games. Pyglet provides the core to > many of its functionalities, so I hope it catches the community's > interest. > > You will find it hosted here: > > http://code.google.com/p/pytaur/ > > The wiki part and source versioning are under development, but I've > provided an overview that grasps the underlying concepts. I've also > provided two downloadable packages, one with the source code for the > core and another with a sample application. Since it has some > dependencies (like lepton, lxml, PyCrypto, etc) it might not work out- > of-the-box, but you can check the source code and project structure to > get a glimpse of its features. On OS X the app wasn't quittable. I'm just lucky that I have a dual-head setup and that the terminal that started the app was in the other screen so I could close it, killing the app process. Any keypress in the app resulted in this traceback: Traceback (most recent call last): File "_ctypes/callbacks.c", line 295, in 'calling callback function' File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/window/carbon/__init__.py", line 985, in _on_key_down self.dispatch_event('on_key_press', symbol, modifiers) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/window/__init__.py", line 1219, in dispatch_event EventDispatcher.dispatch_event(self, *args) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/event.py", line 340, in dispatch_event if handler(*args): File "/Users/richard/Downloads/pytaur_sample_1/src/SampleApp.py", line 266, in on_key_press super(SampleApp, self).on_key_press(symbol, modifiers) File "/Users/richard/Downloads/pytaur-0.1.1/src/pytaur/App.py", line 337, in on_key_press if symbol == self.FULLSCREEN_SHORTCUTS[self.os_name][1]: KeyError: 'darwin' Richard -- 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.
