Replies: 5 comments 11 replies
-
Hi! My name is Simon and I'm using box2d to make a 2D multiplayer space game with realtime physics, that is loosely inspired by FTL. You build ships, you shoot them into pieces, you scavange other ships for their parts and so on. The movement is entirely physics-based and the ships can be arbritrary polygonal shapes, which leads to some interesting problems. This is also why I'm super thankful for the engine and the and the community! I didn't have a lot of knowledge about physics engines prior to working with box2d, and being able to just have a robust engine at hand and ask questions to people also interested in the topic is super helpful! You can get stuck quite hard when developing alone, so another set of eyes/ears is invaluable. Being able to look at the source also helps: It enabled me to extend box2d in places, spot performance problems and get a better understanding about physics engines in general. I'm glad that you made this engine Erin, and that this community exists! Two concrete things I'm doing with the engine right now that might be interesting:
Thats it for now. I'm looking forward to seeing some interesting stuff on here! |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using box2d for a classic 2D platformer (single- and multiplayer). http://www.caveproductions.org/ I've recently updated to box2d 2.4.1. If you are looking for things that must have been adopted, check out the commits at: https://github.com/mgerhardy/caveexpress. I've updated the buoyancy controller by Chris Campbell to 2.4.1, too: https://github.com/mgerhardy/caveexpress/blob/master/src/caveexpress/server/entities/Buoyancy.h |
Beta Was this translation helpful? Give feedback.
-
hey, can i install via apt? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/mm-longcheng/box2dc |
Beta Was this translation helpful? Give feedback.
-
Maybe we can give b2AllocFcn and b2FreeFcn a attached parameter: userdata.
I would prefer to transfer allocFcn and freeFcn to b2WorldDef. But it seems that too many changes are needed. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions