FixedMath.Net

Fixed point math C# library (by asik)

FixedMath.Net Alternatives

Similar projects and alternatives to FixedMath.Net

  • NetStack

    Lightweight toolset for creating concurrent networking systems for multiplayer games

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better FixedMath.Net alternative or higher similarity.

FixedMath.Net reviews and mentions

Posts with mentions or reviews of FixedMath.Net. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-11.
  • People told me to "Just add multiplayer bro", so I spent 3 months adding online multiplayer. Here's what I learned!
    2 projects | /r/gamedev | 11 Nov 2021
    I was using Unity and the libraries from Photon TrueSync (discontinued network solution). It was using this fixed point math libary - FixedMath.NET. This one has a lot of safety checks though in simple operations that makes calculations really really slow, so I changed the implementation of the fixed point number type a bit to be faster, along with some drawbacks. I probably don't recommend to use that one for a game, but what TrueSync provided was a good starting point for me. Code performance seemed rough to handle in general - even with the number type performance improvements (considering you have to be able to run several update cycles per frame). the fixed point number here uses a 64 bit integer under the hood. Some other people I talked to said that they would inline the code for calculations so instead of your custom number type, you directly work on the 64 bit integers to avoid the minor allocation cost of your custom number type. I only have some custom circle to circle collision checks for hitbox-hurtbox overlap detection and 2d physics raycasts for a relatively light simulation. Games like street fighter only have axis aligned bounding box collision checks - which should be by far the simplest way to check for hitbox-hurtbox overlap. And they have no physics since all environments are just a flat plane. This would be really easy calculation wise.

Stats

Basic FixedMath.Net repo stats
1
412
10.0
about 6 years ago

asik/FixedMath.Net is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of FixedMath.Net is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com