File: README.md

package info (click to toggle)
python-box2d 2.3.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • ctags: 5,116
  • sloc: python: 14,384; cpp: 13,393; makefile: 8; sh: 6
file content (27 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[![Build Status](https://travis-ci.org/pybox2d/pybox2d.svg?branch=master)](https://travis-ci.org/pybox2d/pybox2d) [![Coverage Status](https://coveralls.io/repos/pybox2d/pybox2d/badge.svg?branch=master&service=github)](https://coveralls.io/github/pybox2d/pybox2d?branch=master)

pybox2d
-------
2D Game Physics for Python

https://github.com/pybox2d/pybox2d

What is it?
-----------
pybox2d is a 2D physics library for your games and simple simulations. It's
based on the Box2D library, written in C++. It supports several shape types
(circle, polygon, thin line segments), and quite a few joint types (revolute,
prismatic, wheel, etc.).

Getting Started
---------------
For installation or building instructions, see [INSTALL.md](INSTALL.md). Check
out the testbed [examples](examples) to see what pybox2d can do. Then take a
look at the 
[getting started manual](https://github.com/pybox2d/pybox2d/wiki/manual)
located on the pybox2d wiki.

Bugs
----
Please submit any bugs that you find to the 
[issue tracker](https://github.com/pybox2d/pybox2d/issues).