Jump to content

Dualside physics engine for JS


ZackMercury
 Share

Recommended Posts

We're working on a 2-dimensional game, that requires some physics, so the best solution we've figured out to do is to make both serverside physics calculation and clientside physics calculation and just check for desyncs every 1000ms. First we've tried to apply separating axis theorem, but it actually doesn't solve physics. The problem is that our shapes will not be regular, they can be custom, and we need to write more advanced stuff like bouncing of a ball against any side of our custom shape(or composite shape), so we decided to use some engine that will solve our physics problem. 

I've been searching for an engine that won't have much desynchronizations with clientside code and Node.JS. Maybe anyone can give us some direction or advice?

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...