RG3D
DISCONTINUED
specs
Our great sponsors
RG3D | specs | |
---|---|---|
40 | 13 | |
3,193 | 2,293 | |
- | 1.1% | |
9.8 | 0.0 | |
over 1 year ago | 7 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
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.
RG3D
-
5 Rust game engines to consider for your next project
Fyrox is a production-ready engine with extensive documentation and resources that focuses on 2D and 3D rendering. To use the Fyrox engine, add the following line to your Cargo.toml:
-
Is there a way to use piston with wasm?
rg3d has recently added web support.
-
Game engines favouring a programming-heavy approach?
Rg3d, written in Rust: https://rg3d.rs
-
Is it reasonable to build beautiful-responsive-complex frontends in Rust web frameworks with minimal html css javascript knowledge?
Maybe bevy plus egui? I have never used wasm or bevy though. rg3d apparently supports wasm, too, and includes its own GUI lib (but it's hard to customize the rg3d gui, as far as I can tell).
- I know that rust is still a growing ecosystem but I want to know if there are any rust game engines.
- Why isn't rust used in game engines yet?
-
Hey Rustaceans! Got an easy question? Ask here (46/2021)!
Recommend checking out rg3d.
-
rg3d game engine now has a cheat/guide book!
Links: Book Sources on GitHub, rg3d game engine
-
Whats your favourite open source Rust project that needs more recognition?
rg3d
-
[Media] rg3d 0.23 game engine - custom shaders, materials, PBR, HDR, and more!
GitHub, rg3d.rs, Join the Discord Server
specs
-
Why ECS pattern is popular in Rust?
The question arises from seeing a plethora of projects using ECS: hecs , Bevy , specs, legion
-
Ecs fundamentally at odds with borrow checker.
specs
-
Veloren is releasing 0.13!
The official 3d rendering client uses a custom engine called Voxygen. They use Specs for logic.
-
How are rust devs doing?
Rust has a delightful ECS library, specs, that I absolutely love. It has safe multi-threaded execution built right in, which is fantastic for the pretty parallelizable work I was doing. Concurrency in C++ is nasty business on the best of days, and I've run into so many nasty bugs with the custom system I've had to build out to fit the web's weird threading model.
-
Programming a Rogue-Like with Rust
Man, this Specs [0] library is so strange to me, coming from a Unity background. Is there some sort of comparison as to why one way is better than the other?
-
Bellclone: a simple 2D game about jumping
Hi everyone - I just picked up one of my long-unfinished side project built with Rust and would like to show it to you here. It's a clone of the famous(?) Winterbells game. It's written entirely in Rust and uses OpenGL and an entity-component-system architecture ([the `specs` crate](https://crates.io/crates/specs)) (still learning), no game engine.
-
There are a *lot* of actor framework projects on Cargo.
Wait did the person at your company write specs or something else because they weren't pleased with it? I don't know much about amethyst and vaguely know about entity component systems but I watched a talk on someone making a game with amethyst and was pretty impressed -- it looked thoroughly approachable and I do not doubt the performance is there (since the whole reason you do ECS is performance).
-
Actor model (with time?)
You could also look at Entity Component Systems. Something like specs.
-
Why isn't Godot an ECS-based game engine?
If you are making a game, instead of a game engine, you can have your cake and eat it too -
Allows you to pair Rust with Godot comfortably via gdnative.
Then use one of the good ECS systems in Rust like -
https://github.com/amethyst/specs
or (archetype style ECS)
https://github.com/amethyst/legion
To get spun up on ECS in Rust I suggest -
http://bfnightly.bracketproductions.com/rustbook/chapter_0.h...
This won't get you a godot project but will get you a basic concepted game you can then port into godot-rust.
-
μECS - a tiny and fast ECS library
Fair enough on leaving parts up to other code instead of the library. I started my ECS with the idea of optimized storage (eg hash maps for sparse components) and indexing (which is why formal Not helps a lot, but indeed Maybe is only sugar for less code). I really liked this Rust ECS which also does parallelization, which makes it important for the ECS to also know which order the systems execute in, and their dependencies on each other (something I started doing but never finished): https://github.com/amethyst/specs
What are some alternatives?
bevy - A refreshingly simple data-driven game engine built in Rust
Amethyst - Data-oriented and data-driven game engine written in Rust
gdnative - Rust bindings for Godot 3
ggez - Rust library to create a Good Game Easily
piston - A modular game engine written in Rust
Crayon - A small, portable and extensible game framework written in Rust.
entt - Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
narg - A tool to generate LC/AP formulas for a given seed in Noita.
arewegameyet - The repository for https://arewegameyet.rs