ndk
vulkan-tutorial-rs
ndk | vulkan-tutorial-rs | |
---|---|---|
5 | 3 | |
1,124 | 164 | |
2.0% | - | |
6.8 | 4.9 | |
7 days ago | 3 months ago | |
Rust | Rust | |
Apache License 2.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ndk
-
Bare Metal Rust in Android
You can already. The ndk allows any language to be compiled to android. For rust see
https://github.com/rust-mobile/ndk
Which has the tools to do this.
-
Using Rust instead of C++ for Android NDK development
I found an official introduction to the topic: https://source.android.com/docs/setup/build/rust/building-rust-modules/overview I found these bindings and even tried to make the examples work without luck: https://github.com/rust-mobile/ndk There even exists an interface with the C++ library I am using: https://docs.rs/oboe/latest/oboe/
-
Is the Rust ecosystem capable of making a cross-platform mobile game with p2p Bluetooth yet?
Is something wrong with https://github.com/deviceplug/btleplug or you haven't found it? You could also use bindings to platform libraries like https://github.com/microsoft/windows-rs and https://github.com/rust-mobile/ndk if btleplug doesn't have something fundamental to you.
-
Rust for mobile development?
There's cargo-apk which is godsent extension making the process of building an apk as easy as cargo apk build. Although I wasn't able to make it fully work on my native machine, so I used miniquad's docker image, installed cargo-apk, and then built.
- Is there any other language that has something crucial that Rust hasn't? Minus libraries.
vulkan-tutorial-rs
-
Hey Rustaceans! Got a question? Ask here (4/2023)!
thanks! is there a way I could change get_layer_names_and_pointers() function so that the two return values have tied lifetimes? I'm OK if the signature has to change significantly you can see its definition here
-
Wrapping up the Vulkan tutorial and next steps to build on the results of the tutorial
Here is actually another free repository that has implemented the tutorial in Rust. I highly suggest to use the commit history to follow what's changed rather than deducing this from the state of the master branch: https://github.com/adrien-ben/vulkan-tutorial-rs
What are some alternatives?
stretch - High performance flexbox implementation written in rust
rust-skia - Rust Bindings for the Skia Graphics Library
cargo-mobile - Rust on mobile made easy!
vulkano - Safe and rich Rust wrapper around the Vulkan API
apollo-framework - The Apollo framework is a toolkit for building stable and robust server software.
neovide - No Nonsense Neovim Client in Rust
rust-android-gradle
gfx - [maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
btleplug - Rust Cross-Platform Host-Side Bluetooth LE Access Library
rendy - State of the art "build your own engine" kit powered by gfx-hal
Weylus - Use your tablet as graphic tablet/touch screen on your computer.
imgui-rs - Rust bindings for Dear ImGui