floui: a gui crate for mobile, inspired by swiftui, wrapping native widgets. A proof of concept

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • floui-rs

  • Link to repo: https://github.com/MoAlyousef/floui-rs

  • floui-rs-template

  • Template repo targeting both ios and android (should be buildable from the command-line): https://github.com/MoAlyousef/floui-rs-template

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • floui

    Single header C++ lib inspired by SwiftUI wrapping ios and android native controls, proof-of-concept

  • I'm a little surprised you wrapped a floui-rs around the Floui C++ project rather than just writing rust and calling into objc or the jni. Given how few dependencies you have, I bet the build is pretty fast.

  • uikit-sys

    Rust Bindings for the iOS UIKit Objective-C framework

  • With uikit-sys, the build is very slow as it's all generated from bindgen and includes uikit as well as any of the framework dependencies required for it. I'm yet to figure out how to reduce how much stuff is generated as well as a reasonable way to wrap it in safe rust and ensure there's no memory leaks.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts