Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 621 Bytes

File metadata and controls

9 lines (5 loc) · 621 Bytes

Android-Rust-Experiments

My personal project dedicated to learning the development of Android apps using Rust. Feel free to use anything you might deem useful.

egui

This is an example based on agdk-egui example, using egui, winit and wgpu to run egui_demo_app.

To run this on desktop, just do cargo run like normal! For mobile, use cargo android run and cargo apple run respectively (or use cargo android open and cargo apple open to open in Android Studio and Xcode respectively).