-
Generally the well written design for egui should be the same as other immediate mode libraries, as most concepts translate to egui as well. I personally use egui as a plugin to my engine (shameless plug) and use it to write software for my clients and it works, and it works really good! Even for less known or used cases, like embedding 3D rendering inside egui was a delight to implement for my engine and very clean at the same time.
-
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.
-
I like using Zustand in React for global state
-
I've been working on concoct UI to solve this in a jetpack compose style https://github.com/concoct-rs/concoct
-
FlyingCarpet
Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
I'm rewriting https://github.com/spieglt/flyingcarpet. It will be public when it's finished and the Android/iOS versions are out but it'll be a few more months probably.
-
Even simpler than Zustand are state-atom libraries like jotai or recoil, or proxy based ones like valtio. Here's some discussion about the differences.
-
Even simpler than Zustand are state-atom libraries like jotai or recoil, or proxy based ones like valtio. Here's some discussion about the differences.