From f51ca8c879e70f79190fb727e51eeb39ea435332 Mon Sep 17 00:00:00 2001 From: Stephens Nunnally Date: Tue, 3 Oct 2023 11:41:21 -0700 Subject: [PATCH] Added Rust graphics links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f86cb33..a2e1b34 100644 --- a/README.md +++ b/README.md @@ -973,7 +973,11 @@ _Language specific game engine development libraries / frameworks / code._ - 🎉 [Bevy](https://github.com/bevyengine/bevy) 🔥 - Refreshingly simple data-driven 2D/3D game engine. [[Website](https://bevyengine.org)] - 🎉 [Macroquad](https://github.com/not-fl3/macroquad) - Easy to use game library, heavily inspired by RayLib. - Rust: Graphics - 3D + - 🎉 [Ash](https://github.com/ash-rs/ash) - Vulkan bindgins for Rust. + - 🎉 [Glium](https://github.com/glium/glium) - Safe wrapper arount the OpenGL API. - 🎉 [Kiss3D](https://github.com/sebcrozet/kiss3d) - Keep it simple, stupid 3D graphics engine. + - 🎉 [Miniquad](https://github.com/not-fl3/miniquad) - Cross platform rendering. + - 🎉 [Vulkano](https://github.com/vulkano-rs/vulkano) - Safe and rich wrapper around the Vulkan API. - Rust: Gui - 🔒 [Azul](https://github.com/fschutt/azul) - Desktop gui framework. - 🎉 [Dioxus](https://github.com/dioxuslabs/dioxus) - Cross-platform, React-like gui library.