VolatilePhysics icon indicating copy to clipboard operation
VolatilePhysics copied to clipboard

A 2D Physics Library for Networked Games

Results 8 VolatilePhysics issues
Sort by recently updated
recently updated
newest added

This will help to integrate that library in a non-NetFrammework app (like NetCore)

Don't quite understand what `dynamic-dynamic` means, would you please explain it in detail? Is it possible that VolatilePhysics used on a mobile 1vs1 RTS game? Suppose we have 50 vs...

Certainly not viable for 1.0, but possible later on Would probably require switching from SAT to GJK for detecting polygon collisions

help wanted
wishlist

Hey there, I just started using Volatile to do some basic collision checking for a 2D MMO I'm working on. I may be doing things incorrectly because I'm not too...

Dynamic objects may not be worth it with rollback, but static objects probably are. Eventually we could even precompute this. Don't need it right away, long-term optimization idea.

todo
help wanted
wishlist

Not a very high priority since you'll probably want to collide with all the static objects. Would be useful for things like projectiles though maybe.

todo

Hello, Can you upload demos for this library? Thanks