FemtoVG: 2D Graphics API in Rust

Antialiased 2D vector drawing library written in Rust – femtovg/femtovg… Read more

Similar

Methods for Array Initialization in Rust

Arrays in Rust are fixed size, and Rust requires that every element in an array is initialized to a valid value when the array is initialized. The result of these requirements is array initialization in Rust is a much deeper topic than it would seem. (more…)

Read more »

Writing NES Emulator in Rust

The NES (Nintendo Entertainment System) was one of the most popular gaming platforms throughout the 80s and the 90s. The platform and the emergent ecosystem was and still is a huge cultural phenomenon. The device itself had relatively simple hardware (jud... (more…)

Read more »