tennix
2D tennis game
Tennix is a funny tennis game in 2D. You can play against the computer or
against another player using the keyboard. The game runs in-window at 640x480
resolution or fullscreen.
libmeshoptimizer2d
Mesh optimizing library for 3D object rendering
When a GPU renders triangle meshes, various stages of the GPU pipeline have
to process vertex and index data. The efficiency of these stages depends on
the data you feed to them; this library provides algorithms to help optimize
meshes for these stages, as well as algorithms to reduce the mesh complexity
and storage overhead.
django-testproject
Django test project support (Python 2 version)
This package provides django test project support to
make it easier to run application unit tests without
testing other parts of django core.
ruby-webmock
library for stubbing HTTP requests in Ruby
WebMock allows stubbing HTTP requests and setting expectations on HTTP
requests.
kazam
screencast and screenshot application created with design in mind
Kazam provides a well designed and easy to use interface for capturing
screencasts and screenshots. It can record desktop video and multiple audio
streams simultaneously with control over audio levels and the screen region
being captured.
python-argcomplete
bash tab completion for argparse
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.