Projects tagged ‘linux’ and ‘pyglet’


Jump to tag:

Projects tagged ‘linux’ and ‘pyglet’

Filtered by Project Tags linux pyglet

Refine results Project Tags python (4) windows (3) opengl (2) win32 (2) osx (2) pygame (2) macosx (1) games (1) gamedev (1) gui (1) embryo (1) lolita (1)

[4 total ]

1 Users
 

PsychoPy is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to ... [More] give experimental psychologists a free and simple stimulus presentation and control package. [Less]
Created about 1 year ago.

0 Users

embryo is a tiny Mac/Windows/Linux GUI toolkit for Python. It can be used to "boot-strap" the user into downloading a larger GUI toolkit such as PyGTK, PyGame, pyglet, PyOpenGL, etc. FeaturesThere ... [More] are two main functions: message_box() displays an alert dialog to the user and waits for them to close it. It can contain either a single OK button, or an OK and a Cancel button. open_url() opens a website in the user's default web browser. There are several convenience functions for checking that a minimum version of a package is installed. For example, to check that PyGame 1.7 or later is installed: import embryo if not embryo.check_pygame('1.7'): # Exit.Usageembryo.py is less than 4kb compressed. Drop the latest version into your project and import it as shown above. Don't bother requiring users to install it -- that defeats its whole purpose! DocumentationThe embryo.py file is documented within itself. There are several example programs in the SVN trunk. Requirementsembryo requires Windows 98 or later, Linux with GTK-2.0 or later, or Mac OS X 10.1 or later. Any version of Python post-2.3 should be OK, but GUI functionality requires ctypes (so Python 2.5 is recommended). If ctypes is not available, embryo will still work, but will write messages to standard out. License &cembryo is provided under the BSD license, making it suitable for open-source and commercial projects with little restriction. If you have any queries or patches, contact Alex Holkner at Alex.Holkner@gmail.com. [Less]
Created 12 months ago.

0 Users

Created 2 months ago.

0 Users

Loliland is going to be a full featured 2D/3D game written in python. The game will be primarily for a game design class at VCU. After December 2009 the game will be put into full production. Most of ... [More] all the game will be multi-platform. The game will be a mix of story, casual, and action game play. [Less]
Created 3 months ago.