Day 7 - Building a CHIP-8 Emulator in Rust - An Advanced Adventurerust emulation 7Days7RustProjects Learn Rust by stepping into the shoes of a hardware engineer, crafting your own game console from scratch.Published OnOctober 30, 2024Read more →
Day 6 - Rust TUI Chat Application - Mastering Terminal User Interfacesrust tui 7Days7RustProjects Learn to build and run a networked chat application using Rust's TUI libraries, diving into async networking with tokio.Published OnOctober 29, 2024Read more →
Day 5 - 2D Game Renderer in Rust - Let's Make a Mini RPG!rust gamedev 7Days7RustProjects Build your mini RPG with basic player movement, map rendering, and enemies using the ggez library. Learn game development fundamentals in Rust!Published OnOctober 28, 2024Read more →
Day 4 - Rust Web Scraper with Actix Webrust web-server 7Days7RustProjects Build and run a web scraper in Rust using Actix Web. Learn async programming, HTTP requests, and HTML parsing.Published OnOctober 27, 2024Read more →
Day 3 - Rust File Encryptor/Decryptorrust cli 7Days7RustProjects Rust's encryption basics with our file encryptor/decryptor. Learn file I/O, XOR encryption, and CLI usage in a concise project.Published OnOctober 26, 2024Read more →