godot-ggrs-wrapper
Amethyst
godot-ggrs-wrapper | Amethyst | |
---|---|---|
1 | 22 | |
21 | 7,803 | |
- | - | |
0.0 | 6.6 | |
over 2 years ago | almost 3 years ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
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.
godot-ggrs-wrapper
-
bevy_backroll v0.3.0 is now available.
ggrs is another Rust rollback netcode library, akin to bevy_backroll. There's a GDNative wrapper for it: https://github.com/marcello505/godot-ggrs-wrapper
Amethyst
-
Improving upon Entity Component Systems, introducing DG-ECM!
Yep, we do this, it works great! We stole it from hecs and Amethyst before us. There's a nice write-up of the theory in the scheduler rework the team has been working on for the past few months.
-
Rust vs Go for gamedev
Rust also has seemingly better libraries for the purpose. Both Bevy and Amethyst are available, and plenty more.
-
Simplest way to get basic programmatic tile OR voxel graphics going?
Amethyst
-
Rust Platformer - Part 1 - Bevy and ECS
I recently stumbled upon a short YouTube video of somebody building a roguelike game in Rust. From there, jumping from resource to resource, I ended up going through (part) of this massive (and awesome) tutorial by Herbert Wolverson about his Rust library bracket_lib. In this tutorial, Wolverson builds a roguelike game with colored text characters. After reading through, I felt like writing another type of game in Rust, so I looked at the available Rust game engines. The most popular, seems to be Amethyst, but it looks like they halted their development efforts. Second in line was Bevy. People are using it, support for Android and iOS is on the way, uses an ECS and have some usage examples: looks good.
-
I'm a "low-level, terminal-only" kind of developer, completely new to the game dev world. I've been working on a 2D platformer in my spare time. Can you explain to me what I'm missing out on, by not using a "game engine"?
Depends on my goals. I year ago I wanted to learn rust, so I used piston for a gamejam. (There are several rust engines including bevy, piston, amethyst. They probably vary in quality, features, and constraints.) Piston was a terrible experience because compilation is slow even on that tiny project.
-
Why I still like C and strongly dislike C++
And there's already a couple of surprisingly full-featured 3D engines already out there. Most notably Amethyst.
- Rust For GameDevs
-
Rust, For GameDev
View on GitHub
-
Rust servers is down
Is anyone having this problem? I can't connect to rocket.rs, actix.rs and amethyst.rs servers. I would play at https://tera.netlify.app/, but people out there is really toxic. I heard that Rust is getting an update while playing in a Rust server, just then rust server freezes and goes down.
-
How to get started?
Or should I jump directly in one of the bigger engines like Amethyst, Bevy or other?
What are some alternatives?
gdextension - Rust bindings for Godot 4 [Moved to: https://github.com/godot-rust/gdext]
bevy - A refreshingly simple data-driven game engine built in Rust
godot-voip - godot-voip is a Godot Engine addon which makes it very easy to setup a real-time voice-chat system in your Godot game. This addon also includes a demo project.
rust-sdl2 - SDL2 bindings for Rust
rust-sfml - SFML bindings for Rust
RG3D - 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
specs - Specs - Parallel ECS
piston - A modular game engine written in Rust
rust-sdl - SDL bindings for Rust
ggez - Rust library to create a Good Game Easily
gdnative - Rust bindings for Godot 3
bracket-lib - The Roguelike Toolkit (RLTK), implemented for Rust.