Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/cymunk

Cython port of Pymunk
https://github.com/kivy/cymunk

Merge pull request #48 from SleepProgger/cythonize_vec2d

Fixed Vec2d magic methods so they properly work with cython.

24845cc0834cd07b9495d06ef3873252237c6714 authored over 7 years ago by Kovak <[email protected]>
Merge pull request #42 from jnoortheen/patch-1

update readme to extend how to install cymunk

bae93d85737a9c40c51b7c40b946e277e5125db8 authored over 7 years ago by Kovak <[email protected]>
Merge pull request #41 from PeithVergil/develop

Allow post step callbacks to be added to a space instance.

47be05adc4a4695534f6a4474e9c705401fb8a28 authored over 7 years ago by Kovak <[email protected]>
Merge branch 'master' into develop

5730dca21659517eb4f527176bb079aed8c395bd authored over 7 years ago by Kovak <[email protected]>
Merge pull request #47 from SleepProgger/get_contacts

Exposed cpSpace.arbiters contacts [FEATURE]

2000ac05a6e78a8a1bd70a6d06965aa1aa0975e9 authored over 7 years ago by Kovak <[email protected]>
Merge pull request #49 from SleepProgger/Shape_offsets

Added offset support for BoxShapes

adf47483780f501c3c1b4fc6ff2e670c0c80d5b7 authored over 7 years ago by Kovak <[email protected]>
Merge pull request #46 from SleepProgger/contact_fix

Fixed Arbiter contacts getter

3ea26c782677f547ffbfe0beed22e8250b05ccf0 authored over 7 years ago by Kovak <[email protected]>
Changed BoxShape to an extension of Poly

+ exposed offset

3d611a4efb7144497cf19b4013fb276d905e26cf authored over 7 years ago by Billy Everyteen <[email protected]>
Fixed Vec2d magics methods so they properly work with cython.

f79a4f733de9c936ad09d813552cdd95a25f3441 authored over 7 years ago by Billy Everyteen <[email protected]>
Exposed cpSpace.arbiters contacts

2d9268e48cc24168e4695198732f0a995bc4b4d0 authored over 7 years ago by Billy Everyteen <[email protected]>
Fixed Arbiter contacts getter

121bc77f578c28ed975efa33e67f07fa4bb57962 authored over 7 years ago by Billy Everyteen <[email protected]>
Merge pull request #45 from kivy/license

Add MIT license

10a7d5f9b84ffc2be5ae8384553013b1d1d5fd05 authored over 7 years ago by Peter Badida <[email protected]>
Add MIT license

9cf4c5489e79564799e45b6eb10c51e59c61cced authored over 7 years ago by Peter Badida <[email protected]>
Update to create wheels

1c2dcd9db35e99af328d6c1fcfe6c99dcfe78cfe authored over 7 years ago by Peter Badida <[email protected]>
update readme to extend how to install cymunk

For starters this will help to install cymunk correctly to their Python installation

53c202a7aebf892b909a05ab61427c8b774c26ea authored about 8 years ago by Noorhteen Raja J <[email protected]>
Unwrap the contents of "_post_step_callbacks" during iteration.

096f3b9e8ed13da5a80563234e8f6c053740ba15 authored about 8 years ago by Peith Vergil <[email protected]>
Allow post step callbacks to be added to a space instance.

b707e52a7728fedd9ab362f811276663e4efb65e authored about 8 years ago by Peith Vergil <[email protected]>
Merge pull request #37 from tito/export_headers

expose cpvforangle function

f661a8bb5851a935de0b40a6c81bc5c6dbecff05 authored about 9 years ago by Kovak <[email protected]>
expose cpvforangle function

86d0cac50733234ce1983cd14f044ce6f5580eac authored about 9 years ago by Kovak <[email protected]>
Merge pull request #35 from tito/export_headers

export headers for include, add get_includes function

4f6a608ae1bcf2c1c007b4ed8e1071c41e1ddf52 authored about 9 years ago by Kovak <[email protected]>
Merge pull request #34 from tito/speed_for_Body

add a property to return the magnitude of the velocity of a body

5708729286c7e5b94038e4fdc4bde44302cb2e80 authored about 9 years ago by Kovak <[email protected]>
export headers for include, add get_includes function

f90e9d868a50aaf86cefe037ffacf44a6cf624c9 authored about 9 years ago by Kovak <[email protected]>
add a property to return the magnitude of the velocity of a body

61976a13fc7b62bcd81353f0f15e1580c6c76eb2 authored about 9 years ago by Kovak <[email protected]>
Merge pull request #33 from tito/fix_static_body_crash

mark the spaces static body as not automanaged

15f1300a5755616888499a8ad8b4c21c95e2ab21 authored over 9 years ago by Kovak <[email protected]>
mark the spaces static body as not automanaged

202539931aa6b0f0372b405b6740ea7aa12e4ed1 authored over 9 years ago by Kovak <[email protected]>
Merge pull request #31 from tito/py3support

Py3support

09dcea7562713b54480a50c86219ae5a21c25ad1 authored over 9 years ago by Kovak <[email protected]>
better import syntax

25b74cd3650d9423ffa80db47d16eeab2c9c9861 authored over 9 years ago by Kovak <[email protected]>
fix relative import for py3

579b3f4c58cd58aeb3ba70437129d548362089f2 authored over 9 years ago by Kovak <[email protected]>
Merge pull request #30 from mahomahomaho/master

- change cymunk/cymunk to cymunk.cymunk in ext_modules

20ffa696617fd6d112611814cd85fec3d96b3a5d authored over 9 years ago by Kovak <[email protected]>
- change cymunk/cymunk to cymunk.cymunk in ext_modules

e7c115bda4d6930f211aacdbaf459c2ddd66d674 authored over 9 years ago by maho <[email protected]>
Merge branch 'master' of https://github.com/tito/cymunk

7ad97b5edc96d4e181e45c219503775ac10168dd authored over 9 years ago by Kovak <[email protected]>
reorganize module and adjust packaging so that headers are preserved when installed

e10b075d2c0b3e178fbb4ca93de506e203c01bab authored over 9 years ago by Kovak <[email protected]>
wrap setting layers in a modulus call to keep within range like uint (can now use -1 for all layers)

cc06b280348421ae5b1f4e2bdd33df5f2d22625d authored about 10 years ago by Chozabu <[email protected]>
Update README.md

Added Note for building on windows

beeb37ac5c9dbf8740df501fb66a4ede274feefd authored about 10 years ago by Alex P-B <[email protected]>
Merge pull request #29 from chozabu/alt_hashing

added option to switch to alt spatial to space

f15d899e6860b50988b6165e90bd5dc378fa2f3a authored about 10 years ago by Alex P-B <[email protected]>
added option to switch to alt spatial to space

0becec0a90a093837077bde471f9827213369e49 authored about 10 years ago by Chozabu <[email protected]>
remove note about not running on windows

bffbb2cdcf59498febe33d52e6adf4d660f1868f authored about 10 years ago by Chozabu <[email protected]>
Merge pull request #28 from chozabu/fixing_windows

use -std=gnu99 instead of -std=c99 on windows

e7ef44228a014ee152078fb62939cf54b973bd40 authored about 10 years ago by Alex P-B <[email protected]>
use -std=gnu99 on windows

2906ea14cbfaf42c067df4df59404c63de953c3b authored about 10 years ago by Chozabu <[email protected]>
port spiderweb demo and pyglet_util

b524fa16dbfe02f52696a4e0e7c73c1205241f8e authored about 10 years ago by Chozabu <[email protected]>
add cpSpaceNearestPointQueryNearest as space.nearest_point_query_nearest

031afc34558767f9c29a4833a27c082e6b7a1761 authored about 10 years ago by Chozabu <[email protected]>
ported point_query example from pymunk

0429fedccb529db9f83985a90e21056aad8d2873 authored about 10 years ago by Chozabu <[email protected]>
renamed README to README.md for github

9759edb17663fb3d40383674fdd0ad198fe230dd authored about 10 years ago by Chozabu <[email protected]>
added some basic info to readme

c2600433125b92135efe3e7f1ec0039045aeadb2 authored about 10 years ago by Chozabu <[email protected]>
port static Vec2D methods from pymunk

1f1cbd4f5334956ce6170fe45f2e0bbc4649864a authored about 10 years ago by Chozabu <[email protected]>
port two more examples over from pymunk, using sprites with pyglet and pygame

d8b2fe67b3c7e15e6fe32bbced4164d863ef54b8 authored about 10 years ago by Chozabu <[email protected]>
ported arrows demo from pymunk, along with pygame_util (into examples, not main lib)

b87d4b752cfa5618f69b4682848eead8dc9ca927 authored about 10 years ago by Chozabu <[email protected]>
store offset in Circle, add getter

c2e7bc2ac4eaecc7a4f3523c6cd279d0d56cad0a authored about 10 years ago by Chozabu <[email protected]>
copy several more Vec2d functions from pymunk

5288d5a41da6fd7c8baec1f2fc40da43b7e4958e authored about 10 years ago by Chozabu <[email protected]>
port two pygame demos from pymunk

95b6086062619ecc2d9d636669a79c1ed556ee99 authored about 10 years ago by Chozabu <[email protected]>
add cpvrotate and cpvunrotate from pymunk

69bb01bb1d2d1dddef11ede2d7e4780cfbb444ac authored about 10 years ago by Chozabu <[email protected]>
Vec2d can clone other vectors with constructor

c41d50aad493a75dc2027e80b56db94618902cd6 authored about 10 years ago by Chozabu <[email protected]>
segment accepts tuple or vec2d

cdf99586bc554e2400308378aa26b8201199c1a1 authored about 10 years ago by Chozabu <[email protected]>
segment endpoints return Vec2d

caf1e68f974edb80f224ba78790d7048d7832073 authored about 10 years ago by Chozabu <[email protected]>
Port most operators in pymunks Vec2d over

1dbaa6e2a804f6118bf0a6490022139df032ec2a authored about 10 years ago by Chozabu <[email protected]>
expose shape layers to python

5a93ca4405b1f0e207ea71bc9c5e59c60bb0cfed authored about 10 years ago by Chozabu <[email protected]>
Merge pull request #27 from chozabu/segment_support

make Segment cimportable, allow changing of radius

c056a995b9a5ec1970bf1a102531d183db746dde authored about 10 years ago by Alex P-B <[email protected]>
make Segment cimportable, allow changing of radius - UNTESTED

82234e1856259403d08e9ded1316abab6d5db898 authored about 10 years ago by Chozabu <[email protected]>
expose more chipmunk functions, cpvlerp

2d09bb7cd3c0295fefe45f793cf298806ef4209b authored about 10 years ago by Kovak <[email protected]>
make Poly cimportable

931346d223d75973a2e3294adb2a82a8ac9203b2 authored about 10 years ago by Kovak <[email protected]>
added enable_segment_to_segment_collisions

5a8722aa79a55f44dfec9519ee96604e5890fc04 authored over 10 years ago by Chozabu <[email protected]>
Merge pull request #23 from chozabu/rotspring

merging DampedRotarySpring and RotaryLimitJoint

090cfa8a47cf5ecda9bac293fbffcca6fcd79609 authored over 10 years ago by Alex P-B <[email protected]>
added missing line from last commit

d7bbeecb2ac876fabd26113dc594babf8f06dd69 authored over 10 years ago by Chozabu <[email protected]>
added RotaryLimitJoint

ffdf10721b0c9dbf3a9fbdb08d05d3cbb5af08e0 authored over 10 years ago by Chozabu <[email protected]>
added DampedRotarySpring

fb9930eb4eeb7f5d8258752529a553963e1aa22b authored over 10 years ago by Chozabu <[email protected]>
Merge pull request #22 from chozabu/localpolyverts2

new function to get local poly verts

8a72d18921bca63694ae560775709f5226f83c2c authored over 10 years ago by Mathieu Virbel <[email protected]>
new function to get local poly verts

4571eff6c320da30909e18daf9d10a61fc7c03b4 authored over 10 years ago by Chozabu <[email protected]>
Merge pull request #19 from chozabu/polymoment

enable calculation of polygon moment with cython

d31e7a16849c804efc6204b9a2e1026f0698471a authored over 10 years ago by Kovak <[email protected]>
enable calculation of polygon moment with cython

836f68b7fb413e6f24db53a184ce87b24e34a069 authored over 10 years ago by Chozabu <[email protected]>
Merge pull request #18 from tito/chipmunk6.2

Chipmunk6.2

8a4d2b1c14b7d1e82f1fa099d690aff554be0d0c authored over 10 years ago by Kovak <[email protected]>
Merge pull request #16 from svineet/master

Expose joints other than PivotJoint

8f3548c65fc15afdf166229d0fb727579f9e429f authored over 10 years ago by Kovak <[email protected]>
fixed Poly.get_vertices

b8773b442391de5aa7d121c64c73b5d190d0a6b7 authored over 10 years ago by Kovak <[email protected]>
Expose joints other than PivotJoint

abd9ce0384806f864e756e8d097dd1f78f6c5d1e authored over 10 years ago by Sai Vineet <[email protected]>
updated chipmunk to 6.2.x, fixed a error with alloca.h import

3bacd5c71d19fc083cf37758bd51fe7236cbc2d1 authored over 10 years ago by Kovak <[email protected]>
more functions exposed

ca553300c203798ab0cc585c86f43928365662bc authored over 10 years ago by Kovak <[email protected]>
added some of the cpv functions to the namespace, fixed body to always be automanaged

3fb9dce385d253f71a01b70c870b2c908066b047 authored over 10 years ago by Kovak <[email protected]>
added gearjoint, ability to make Body with inf for moment, mass

4dd4cf55e75b3edb3f0a1f3eda994c8af567c53f authored over 10 years ago by Kovak <[email protected]>
fixed throwing key errors when objects are deleted during collision cycle

c716b6c1e25832baf4701c38ca67d9b6d5a8a54c authored over 10 years ago by Kovak <[email protected]>
Merge pull request #15 from mkmiller/master

Fix cymunk issue #14: shape.pxi - Poly __init__ i_vs possibly unitialise...

7034fd99a43405f4e7871bb104591d2dce5cd70e authored almost 11 years ago by Kovak <[email protected]>
exposed more classes fore cimport, minor code cleanup throughout

5e7d528401d109de9385e80d5779aa3e1b6eab51 authored almost 11 years ago by Kovak <[email protected]>
Fix cymunk issue #14: shape.pxi - Poly __init__ i_vs possibly unitialised

44d07dee11cabda5c24098f885dffe5d72626880 authored almost 11 years ago by Matt Miller <[email protected]>
Merge branch 'master' of https://github.com/tito/cymunk

f3cb9d1cd3fb39143ee211c26d69b0aa33d4f71b authored almost 11 years ago by Kovak <[email protected]>
added some constraint fixes

032dd22bba689a3598e1adf6e70c291fb6188b13 authored almost 11 years ago by Kovak <[email protected]>
merge master

fa8e3e7b8b10b25f436bb323ca24e9f9997e8f84 authored about 11 years ago by Mathieu Virbel <[email protected]>
add basic support for Poly.

2b5bb8c1eb2d0424a9ea85bf1c83dbda27080216 authored about 11 years ago by Mathieu Virbel <[email protected]>
Merge pull request #13 from nskrypnik/master

Looks good to me thanks Niko!

ce8807f7851b34df0eae17f9659c2817f0fcd367 authored about 11 years ago by Kovak <[email protected]>
Implementation of shape_query and bb_query functions

99441363bf36ddc329c97a0f9d465543d97922fa authored about 11 years ago by Niko Skrypnik <[email protected]>
Merge pull request #12 from tito/more_constraints

More constraints

88b7ed8a0b9a6cf0cd0c935b0959f3ba47b4d278 authored over 11 years ago by Kovak <[email protected]>
Added GrooveJoint, PinJoint, DampedSpring, added set methods to Constraint properties

996b84abe43ddcf7ee209bbf5e7b8629b25654ce authored over 11 years ago by Kovak <[email protected]>
Merge pull request #11 from tito/more_constraints

More constraints

37ea927c0c5f1aa014728ab5bed0c3fc64291ef4 authored over 11 years ago by Kovak <[email protected]>
Added slidejoint and exposed pivot and slide joint properties

c729c48b4d9aeff03a216665c80dfe94efad0963 authored over 11 years ago by Kovak <[email protected]>
Merge pull request #10 from tito/fix_callbacks_and_multiple_spaces

Fix callbacks and multiple spaces

add052005f3e478593e6d659d4a4d2ea70d9028b authored over 11 years ago by Kovak <[email protected]>
Fixed callback code so that more than one space is supported

052e11af68279f278b17b1a203407eb74b44a1bb authored over 11 years ago by Kovak <[email protected]>
Merge pull request #9 from tito/fix_constraint_removal

Fix constraint removal

e8ffcb69320327ea32f198cf742cfbd0a26fa259 authored over 11 years ago by Kovak <[email protected]>
Cleaned things up a little based on tito's advice

22206123b0e28035afe5a0d4a97416fd85ad9563 authored over 11 years ago by Kovak <[email protected]>
Merge pull request #8 from tito/fix_constraint_removal

Fix constraint removal

17df1cb79bcd265597a1443030382db119b53b24 authored over 11 years ago by Kovak <[email protected]>
Removed excess print statements

5ed4ba9f881a610beb63b04e076383290ef27ed0 authored over 11 years ago by Kovak <[email protected]>
Merge pull request #7 from tito/fix_constraint_removal

Fix constraint removal

e463009589df77f5b9b6c0a0ae87e2c29fab2ae8 authored over 11 years ago by Kovak <[email protected]>
when removing a constraint from a space it now removes itself from the global used to pass callbacks from C to Python

85048a877f94f17d20f3785b329bb2a539890e0a authored over 11 years ago by Kovak <[email protected]>
Added constraint callbacks setable by setting pre_solve and post_solve properties, it is a little ugly

cd979de6833be03b8224fee1d8bd8cb1bfbcce7e authored over 11 years ago by Kovak <[email protected]>