Skip to content

Commit

Permalink
Added Rust graphics links
Browse files Browse the repository at this point in the history
  • Loading branch information
stevinz committed Oct 3, 2023
1 parent ed2b3f0 commit f51ca8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f51ca8c

Please sign in to comment.