From 65ce27b28f06f5d22b7b346c0bf6038d7149f290 Mon Sep 17 00:00:00 2001 From: Michael Angelo Calimlim Date: Thu, 24 Sep 2020 20:30:07 +0800 Subject: [PATCH] add links to the godot-rust project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4aee9fb..a69906e 100644 --- a/README.md +++ b/README.md @@ -1165,6 +1165,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [oxidator](https://github.com/Ruddle/oxidator) — A real time strategy game/engine written with Rust and WebGPU * [Piston](https://www.piston.rs/) — [![Crates.io](https://img.shields.io/crates/v/piston.svg?style=flat-square)](https://crates.io/crates/piston) [![Crates.io](https://img.shields.io/crates/l/piston.svg)](https://github.com/PistonDevelopers/piston/blob/master/LICENSE) * [Unrust](https://github.com/unrust/unrust) — unrust — A pure rust based (webgl 2.0 / native) game engine +* [Godot](https://godotengine.org/) + * [godot-rust/godot-rust](https://github.com/godot-rust/godot-rust) [[gdnative](https://crates.io/crates/gdnative)] - Rust bindings to the Godot game engine [](https://travis-ci.com/github/godot-rust/godot-rust) * [SDL](http://www.libsdl.org/) [[sdl](https://crates.io/keywords/sdl)] * [brson/rust-sdl](https://github.com/brson/rust-sdl) — SDL1 bindings [](https://travis-ci.org/brson/rust-sdl) * [Rust-SDL2/rust-sdl2](https://github.com/Rust-SDL2/rust-sdl2) — SDL2 bindings [](https://travis-ci.org/Rust-SDL2/rust-sdl2)