Here's what I've been working on...
I worked on this directly after my CHIP-8 Emulator. I really enjoyed both Rust as well as emulation in general, and I thought that this would be a great next step. The emulator can play a significant portion of the system's library without issue, and taught me so much about computers on a low level. It was easily the most fun to complete, and had by far the biggest scope.
Basic clone of the popular game Minecraft. Utilizes a proprietary and scaleable 3D engine that focuses on performance. Includes terrain generation using noisemaps, as well as a dynamic chunk rendering system that loads and unloads chunks based on the player position to maximize efficiency.
This full stack webapp allows users to input polls for the 2020 US Federal Election and can display how each state is trending based on aggregate information. It includes an in-depth REST API that can return detailed information based on specific queries from the client.