This post is part of a larger effort you can view over here: https://osblog.stephenmarz.com. (more…)
Read more »
Microsoft announced the preview of Rust for Windows, which aims to enable creating Rust apps for Windows using any Windows API. (more…)
Read more »
A common issue for Rust newcomers seems to be to actually implement an Iterator. So I decided to write this small blog post in order to see the basics. (more…)
Read more »
It’s been almost two months that I’ve been working on my glsl crate. This crate exposes a GLSL450 compiler that enables you to parse GLSL-f... (more…)
Read more »