Developing an Operating System for Raspberry Pi with Rust

1 – OrbTk 0.3.1-alpha2

Rust UI toolkit OrbTk has released a new version. The goal of OrbTk is to be fast, easy to use, and cross-platform. It is inspired by Flutter, React, and Yew.
Developing an Operating System for Raspberry Pi with Rust
https://github.com/redox-os/orbtk

2 – Blog: Using wgpu-rs in the Web

gfx-rs is a Rust project dedicated to low-level GPU programming. wgpu-rs is based on gfx-rs and is safer, more usable, and more portable.
https://gfx-rs.github.io/2020/04/21/wgpu-web.html

3 – Thank You to the Author of ron

Someone posted on reddit to express their appreciation for ron. In his side projects, he has been troubled by some limitations of JSON:
  • The keys in a map must be strings
  • No comments can be added
  • No trailing commas after the last item
ron has solved these issues very well.
https://www.reddit.com/r/rust/comments/g5rlt5/thank_you_for_ron_rusty_object_notation/

4 – Georgia Tech CS-3210 Course Lab: Developing an Operating System for Raspberry Pi with Rust

https://tc.gts3.org/cs3210/2020/spring/lab.html
From the Daily Report Team, Ting Fei

Leave a Comment