Skip to content

A vulkano demo that can run on both windows and android

Notifications You must be signed in to change notification settings

SSSxCCC/vulkano-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulkano-demo

Run

Windows

cargo run -p minimal -F desktop

Android

rustup target add aarch64-linux-android
cargo install cargo-ndk
cargo ndk -t arm64-v8a -o android-project/app/src/main/jniLibs/ build -p minimal
cd android-project
./gradlew build
./gradlew installDebug

Enable rust analyzer hightlight and autocomplete for android source codes

Add the following setting to ".vscode/settings.json":

"rust-analyzer.cargo.target": "aarch64-linux-android",

About

A vulkano demo that can run on both windows and android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published