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 →
Day 2 - Building a GUI Temperature Converter in Rustrust gui 7Days7RustProjects GUI programming with Rust as we build a Temperature Converter using the egui library. From setup to conversion logic, this post guides you through creating an interactive desktop application step by step.Published OnOctober 25, 2024Read more →
Day 1 - Building a Simple Command Line Todo List in Rustrust cli 7Days7RustProjects Create a simple Rust command-line app to manage todos, learning basic file I/O and user interaction.Published OnOctober 24, 2024Read more →