Skip to content

Simple Makepad app that demonstrates how to use various Robius platform crates, e.g., πš›πš˜πš‹πš’πšžπšœ-πšŠπšžπšπš‘πšŽπš—πšπš’πšŒπšŠπšπš’πš˜πš—, πš›πš˜πš‹πš’πšžπšœ-πš˜πš™πšŽπš—

License

Notifications You must be signed in to change notification settings

project-robius/robius-demo-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

robius-demo

This is a simple Makepad app that demonstrates various Robius platform abstraction crates:

Building and running

Native desktop builds

On native desktop, simply run:

cargo run

Cross-compiling for Android

To build for Android, you need to first install the cargo makepad build tool, and then use it to installe the Android SDK + NDK.

cargo install --force --locked --git https://github.com/makepad/makepad.git --branch rik cargo-makepad
cargo makepad android install-toolchain --full-ndk

You only need to run the above commands once on your build machine.


Then, to build and run this robius-demo-simple app, do the following:

cargo makepad android run -p robius-demo-simple --release

Note that the above android run command will look for a running Android emulator or a physically-connected Android device.

Interactive demo/test functionality

Once the demo app is running, you should see a simple view with several labeled buttons. Click whichever buttons that corresponds to the functionality you wish to test out.

About

Simple Makepad app that demonstrates how to use various Robius platform crates, e.g., πš›πš˜πš‹πš’πšžπšœ-πšŠπšžπšπš‘πšŽπš—πšπš’πšŒπšŠπšπš’πš˜πš—, πš›πš˜πš‹πš’πšžπšœ-πš˜πš™πšŽπš—

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published