You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ v6.x
44
44
- Add Canvas util module (after pyodide)
45
45
- Use https://diataxis.fr/ method of organizing docs (tutorials, how-to, explanation, reference)
46
46
- Make sure cffi extensions included in wheel and zip!
47
-
- Catch error when NaN in debugdraw, suggest doublecheck mass=0. https://github.com/viblo/pymunk/issues/226 and https://github.com/viblo/pymunk/issues/267
48
47
- Make benchmark between pymunk and pybullet. 2d bullet inspiration: https://github.com/bulletphysics/bullet3/blob/2.83/examples/Planar2D/Planar2D.cpp
49
48
- After a couple of versions / time passed, re-evaluate if batch api should be separate or merged in to space.
50
49
- Think about the copyright notice in some files. Keep / put everywere / remove?
@@ -54,6 +53,10 @@ v6.x
54
53
- Remove support for pyglet 1.5 in debug draw. Should be fine now that 2.x has been out for a long time.
55
54
- Think about if Pymunk should assert things that Chipmunk already asserts, like if a body can sleep when calling Body.sleep()?
56
55
56
+
v7
57
+
---
58
+
- Require at least one body on constraint to be dynamic.
59
+
57
60
v7+ (all potentially breaking changes)
58
61
---
59
62
- Think about split between pymunk.util and pymunk modules
0 commit comments