Microsoft and Linux are adding AI and Rust to their pipelines. Microsoft is leaning much harder into AI development than Linux. Both are expanding Rust, but neither OS will be fully Rust soon.
wgpu is a cross-platform, safe, pure-Rust graphics API. It runs natively on Vulkan, Metal, D3D12, and OpenGL; and on top of WebGL2 and WebGPU on wasm. The API is based on the WebGPU standard, but is a ...
A CHIP-8 emulator written in Rust using SDL2. This project implements the CHIP-8 virtual machine, including graphics, input, and sound. It can run classic CHIP-8 ROMs and test programs. CHIP-8 is a ...