Rhai
Rhai - An embedded scripting language for Rust. (by jonathandturner)
RG3D
3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox] (by mrDIMAS)
DISCONTINUED
Our great sponsors
Rhai | RG3D | |
---|---|---|
20 | 40 | |
2,464 | 3,193 | |
4.5% | - | |
9.2 | 9.8 | |
5 days ago | about 1 year ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
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.
Rhai
Posts with mentions or reviews of Rhai.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-13.
- Best language to use as a scripting lang for my rust app
-
[concept] Modular kernel
The OS would be built in Rust and the module system could be made using ELF executibles (fast, but it could be really hard to implement modules to communicate with the kernel), WASM (can compile from many languages, slower but not too slow, APIs can be simple enough to implement if the correct VM is choses) or even a custom scripting language like rhai (slower, but best way for the implementation [way to connect modules and kernel]).
-
Godot game engine now has its own foundation
For sure, that's where something like rhai would shine: https://crates.io/crates/rhai
Oh yeah, for sure. But there are rust based scripting languages that are designed to interop with rust, such as rhai: https://crates.io/crates/rhai
- Sooooo... are we going to have a plugin system or no? :)
-
Managing your Dotfiles with Dotter (Tutorial)
Markdown support Markdown as a templating language is supported, and you can use global and local configs. Also, there are several built-in helpers, and you can make your own, in the language rhai
-
easy to use Plugin API in rust?
I came across this library lately which might be close to what you’re looking for: https://github.com/rhaiscript/rhai
- Are there any embeddable languages in rust?
- Whats your favourite open source Rust project that needs more recognition?
RG3D
Posts with mentions or reviews of RG3D.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-24.
-
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
What are some alternatives?
When comparing Rhai and RG3D you can also consider the following projects:
bevy - A refreshingly simple data-driven game engine built in Rust
dyon - A rusty dynamically typed scripting language
gdnative - Rust bindings for Godot 3
Amethyst - Data-oriented and data-driven game engine written in Rust
rune - An embeddable dynamic programming language for Rust.
hlua - Rust library to interface with Lua
Ketos - Lisp dialect scripting and extension language for Rust programs
piston - A modular game engine written in Rust
RustPython - A Python Interpreter written in Rust
narg - A tool to generate LC/AP formulas for a given seed in Noita.
specs - Specs - Parallel ECS
helix - A post-modern modal text editor.