Skip to content

Basic physics #1

@nevyn

Description

@nevyn

Server needs physics for movement and collision, of course.

Client needs the same physics to interpolate the world state between server heartbeats.

Server is in erlang, client is in C# :S Three options:

  1. Mash box3d into allonet, and put it in the shared C layer. Add an API to take the existing allonet/state.h structures, simulate physics on them for x ms, and return a new set of simulated structures. Use this method in both client and server.
  2. Use another physics library that has nicer APIs, especially up to C#. Use the same library from both client and server.
  3. Just use different libraries client and server side, or even own implementations.

I'm leaning towards 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions