rapier
2D and 3D physics engines focused on performance. (by dimforge)
nakama
Distributed server for social and realtime games and apps. (by heroiclabs)
rapier | nakama | |
---|---|---|
40 | 42 | |
4,370 | 9,477 | |
2.7% | 2.2% | |
8.9 | 8.8 | |
7 days ago | 3 days ago | |
Rust | Go | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rapier
Posts with mentions or reviews of rapier.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-22.
- Show HN: A Marble Madness-inspired WebGL game we built for Netlify
-
Xkcd 2916: Machine
Ok, so this uses https://rapier.rs/ which is very cool
Rapier, alongside https://nalgebra.org/ (which it uses underneath) has seriously good documentation and some advanced features like cross-platform determinism (something made hard by the way floating point differs between platforms)
-
Rust Game Physics Engines: PhysX, Rapier, XPBD & Others
Code examples: see examples2d, examples3d-f64 and examples3d directories
- Rapier: Fast 2D and 3D physics engines written in Rust
-
Bevy XPBD: A physics engine for the Bevy game engine
What are the pros and cons compared to something like Rapier? When should one use Bevy XPBD instead of Rapier, or vice versa?
-
What's everyone working on this week (22/2023)?
Still using Rust in a browser-based multiplayer party game I'm working on! I'm using Actix Web for the backend and rapier2d to handle my game's physics. I'm looking to make some more connections amongst the developer / gaming community through my game down the line.
-
Constructing a piston/muscle/gas strut in bevy_rapier3d?
I have noticed that Rapier 0.17 contains a RopeJoint struct, which constrains maximum distance between two dynamic bodies. It doesn't seem to have found its way into bevy_rapier3d yet so I haven't understood whether it supports (half of) my use case, and looking at the code (https://github.com/dimforge/rapier/blob/master/src/dynamics/joint/rope_joint.rs) I really cannot see how it is actually implemented and how I could extend it to also set a minimum distance, but this may be a place to start.
-
Next part of my platformer in bevy series
I was also frustrated with the kcc, so I opened a PR that fixes most of my issues: https://github.com/dimforge/rapier/pull/446
-
What libraries does Idris need to increase adoption?
Likewise, see the js bindings of Rapier.
-
Good resources for structuring a 2d physics engine in Rust?
Maybe check out how Rapier does it. Rapier is likely the most advanced physics engine in Rust. (Though Embark Studios is doing some crazy stuff with ML physics.)
nakama
Posts with mentions or reviews of nakama.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-15.
- Nakama releases v3.23.0.Distributed server for social and realtime games
- Show HN: Goober Dash a multiplayer game made in Godot3 with 50k levels
-
Game Server Framework Recommendation
nakama: https://github.com/heroiclabs/nakama
-
Next steps for Postgres pluggable storage
To add more detail on the recent work on the ZHeap storage engine. We (Heroic Labs) sponsored work for the Cybertec team to bring it up to date with latest improvements and changes with Postgres' pluggable storage engine:
-
Is there anyway to create an “online guild” system in my idle game.
you can do that, but for what platform? html5? windows? android?, the most easiest way is use firestore a service from firebase (offer a free tier), it is the easiest way not the better, other way is use a service like nakama that is more professional and something in the middle can be mmm pocketbase or supabase.
-
Starred a game and want to make multi-player like stardew, tips?
I recommend the backend solution called Nakama since you’re using Godot: https://heroiclabs.com/
-
Question about Multiplayer Lobby System
You could create all this yourself, or you can use existing solutions which handle all this (and much more I didn't mention). One that I'm aware of that works with Godot is Nakama. They have a paid hosting option, or you can host the application yourself.
-
I discover that MMORPG are really hard to make
I read using nakama server for this is convinient. https://heroiclabs.com/
-
Recommendations for Tech for 1v1 RTS Indie Game
Does anyone have recommendations on what to use? I've done a bit of research and found https://heroiclabs.com/. It's a bit unclear to me if it actually supports server side state because it talks about 'hosts' a bit, but I think it does...and it seems like you can host it yourself to avoid the $600 a MONTH! pricetag. But any other recommendations? Has anyone used heroic before?
-
Is it a bad idea to run everything on a server
You might be interested in Nakama server from https://heroiclabs.com/
What are some alternatives?
When comparing rapier and nakama you can also consider the following projects:
JoltPhysics - A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
LiteNetLib - Lite reliable UDP library for Mono and .NET
bevy - A refreshingly simple data-driven game engine built in Rust
starboard - Superseded by https://github.com/aquasecurity/trivy-operator
parry - 2D and 3D collision-detection library for Rust.
ggpo - Good Game, Peace Out Rollback Network SDK