physics-2d
Here are 162 public repositories matching this topic...
-
Updated
Oct 10, 2019 - C#
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Apr 12, 2020 - C#
It would be nice to have a crosshair instead of a cursor while aiming for the shot.
-
Updated
Mar 7, 2017 - Lua
-
Updated
May 20, 2020 - Go
Expected/Desired Behavior or Experience:
User documentation can be generated automatically from each user interface.
Actual Behavior:
Software development is completely separated from user documentation even though user documentation is essentially a spoken language explanation of nothing else but the user experience with a particular user interface. So coders write the program in
-
Updated
Jun 13, 2020 - Kotlin
-
Updated
May 20, 2020 - C++
-
Updated
Aug 25, 2017 - C++
-
Updated
Jun 24, 2018 - C
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Apr 6, 2019 - Go
-
Updated
Jun 25, 2020 - C#
-
Updated
May 11, 2020 - Rust
-
Updated
Oct 22, 2019 - Java
-
Updated
Feb 9, 2020 - Python
-
Updated
Feb 26, 2017 - C#
As suggested by hail_26 on Twitch:
"is it possible to put it in a pretty dialogue box, custom font .. fade in out time ..esc to skip ..later"
![]()
-
Updated
Nov 30, 2018 - C#
-
Updated
Oct 31, 2019 - Go
-
Updated
Jun 6, 2018 - Pascal
-
Updated
Mar 17, 2017 - Haxe
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 10, 2020 - Smalltalk
-
Updated
Jul 25, 2017 - C#
-
Updated
Dec 9, 2018 - JavaScript
Improve this page
Add a description, image, and links to the physics-2d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the physics-2d topic, visit your repo's landing page and select "manage topics."
This may be a lack of grokking Chipmunk, but I noticed that calling
Space.add_collision_handlerwith*(a, b)and*(b, a)gave different handlers, but only one'sseparatehandler was ever called.Is the ordering significant? I tried swapping the order that I added collision handlers, but it always picked the same one (ie. not just the last one defined).
This isn't a complete sample