-
yes. check out https://bevyengine.org and https://fyrox.rs for whole engines. theres also things like macroquad, nannou, piet, femtovg for higher level drawing and rendering abstractions and if you want something lower level i highly recommend wgpu (graphics abstraction over Vulkan, WebGL, Metal and more)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
yes. check out https://bevyengine.org and https://fyrox.rs for whole engines. theres also things like macroquad, nannou, piet, femtovg for higher level drawing and rendering abstractions and if you want something lower level i highly recommend wgpu (graphics abstraction over Vulkan, WebGL, Metal and more)
-
for user interfaces, https://areweguiyet.com is good. i recommend having a look at: Tauri (like electron), https://egui.rs, Druid, Iced, Slint