Projects tagged ‘pyglet’


[87 total ]

8 Users
   

cocos2d is a framework for building 2d games, demos, and other graphical/interactive applications. It is built over pyglet. It provides some conventions and classes to help you structure a "scene based application".
Created about 1 year ago.

1 Users

Pocketwatchis...Pocket watch is an OpenGL graphics library for python, intended to be used in a manor which makes sense to people who typically work with 2d graphics. Pocketwatch makes use of C++ to ... [More] do some basic memory management, and uses this to do the bulk of the opengl calls for drawing your objects and things. Pocketwatch features an api for writing plugins to extend the backend, so that you can easily write more advanced code if you need to, and distribute it separately. Pocketwatch provides a simple api to make use of this backend to write simple 3d programs. why!?Because I want to write python programs that can render opengl graphics with reasonable performance. Somewhere along the way someone told me a dirty dirty lie, which is to say that pyopengl can do this. Despite what your mother may have told you, using ctypes to do lots of opengl calls is actually very SLOW. So instead, I took all of the code that I could, and wrote a simple C++ library to do all the nitty gritty stuff, and wrote a python state-sorter which could render all of the objects with a single ctypes call. what about pyglet?Pyglet is awesome, and pocketwatch uses pyglet to do some specific things like window management, rendering text, and opening images. Pyglet now supports some features that may have been useful to solving the problems I had when I started writing pocketwatch. But even then, said features didn't seem flexible enough to do what I wanted. Maybe this is different now, maybe not. alsoPocketwatch is in a 'beta' phase, so the api is prone to change, some code is not as clean as I'd like it to be, and not all of the features I want are implemented yet. However, there is only a little bit of work left needed before it can be considered stable. None the less, use at your own risk. featuressimple, intuitive api model loading state sorting color based mouse picking extendable in C++ and python cross platform support rudimentary GLSL support! [Less]
Created 10 months ago.

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.

1 Users
   

Bruce the Presentation Tool is for programmers who are tired of fighting with presentation tools. In its basic form it allows text, code or image pages and even interactive Python sessions. It uses ... [More] pyglet (http://www.pyglet.org/) and is easily extensible to add new page types. [Less]
Created about 1 year ago.

1 Users
 

Miru is a set of graphics extensions to pyglet enabling easier development of OpenGL-based applications in Python. Features include camera, lighting and advanced texture mapping abstractions. There is also support for loading Wavefront OBJ files.
Created about 1 year ago.

1 Users
 

A turn-based tactical role-playing game developed in Python using pyglet.
Created about 1 year ago.

0 Users

toccoUI is a set of applications written using the PyMT framework. It consists of a apploader and several applications demonstrating the multi user and collaborative nature of multitouch applications.
Created 9 months ago.

0 Users

English: This project was created by engineering students of Rio de Janeiro (Brazil) willing to increase their Python programming language skills, learn how to manage projects and do team work in the ... [More] real world and, most importantly, have fun! Português: Este projeto foi criado por alunos de engenharia do Rio de Janeiro (Brasil) com o objetivo de melhorar seus conhecimentos da linguagem de programação Python, aprender a gerenciar projetos e a trabalhar em equipe no mundo real e, principalmente, se divertir! [Less]
Created 9 months ago.

0 Users

simplui provides a lightweight and flexible GUI toolkit for Python/OpenGL applications using pyglet. Primarily intended as an aid in debugging and development, simplui is generally overkill for in-game GUIs.
Created 4 months ago.

0 Users

Lepton: A high-performance, pluggable particle engine and API for PythonLepton is designed to make complex and beautiful particle effects possible, and even easy from Python programs. Lepton ... [More] provides the following core features: Native-code core for high-performance particle dynamics and rendering Pluggable particle controllers for specifying particle behavior Two pluggable OpenGL renderers, and two pygame renderers Spacial domains, used to control particle emission and behavior Easy to use and powerful texture support, including animation Modular architecture that lets you easily configure and customize the engine The code includes several examples of how you can use the engine (using pyglet and pygame). Note the engine itself does not depend on any other 3rd-party Python libraries and simply requires the application to setup an OpenGL context in order to render particles. Learn MoreOverview -- The 10,000 foot view of Lepton Code Example -- A complete 3D explosion example program using Lepton and Pyglet Change Log -- Changes in the latest release RoadMap -- Where Lepton is headed Latest Checkins -- What's cooking in the subversion repo ApplicationsLepton was used for our pyweek entry Fishing Frenzy: Fishing Frenzy Pyweek Page Browse the Source Code If you are working on an application using lepton, let us know! [Less]
Created about 1 year ago.