categories | tags | Aimee's Blog
Aimee's Study Notes

It is updated automatically after each commit to the org-notes repo. It was last updated on Sep 20, 2022 16:16 UTC.


This page was created/modified in commit 1f8b1ab "update" on 2020-12-13.
Markdown source of this page

Interesting Rust Projects

categories: hacking

tags: rust


Description/Summary

Some interesting Rust projects, which might be helpful for the rib-os project.

Content

rust-android-gradle. Cross compile Rust Cargo projects for Android targets.

Rust windows: android-ndk-rs. Rust bindings to the Android NDK.

gvr-sys. Rust bindings for Google VR SDK.

dcompass. High-performance DNS server with rule matching/DoT/DoH functionality built-in.

Are we UI yet

As a low level language, Rust is perfectly suitable for making user interfaces the old fashioned way, with native APIs. However, competing in today’s world typically means supporting many platforms, and that makes using native APIs an unattractive option for many.

Blog: Chess game in Rust using Bevy


This site is generated with ox-hugo for Emacs/Org-mode + hugo-bare-min-theme [Aimee's Study Notes]