Empous, the Empire Simulation Game SoyBot, a Ground Vehicle for Soybean Phenotyping Westhampton Library Maker Club |
When I had my first child, I decided to start building a spaceship simulator that we could play with together as he grew up. Related info: DesignThe inspiration for this project was a mix of different things. First, I have always been interested in control panel design. I find it especially interesting in scenarios like airplanes and spaceships where operators have to manage a lot of complex controls. So I’ve had the idea of building a panel to control various things in my house for a while now. I also was inspired by other builds I had seen where people built backyard spaceships for their kids to play in. It seemed like such a fun activity for a growing kid; it combines the tactile fun of hitting buttons and switches with the chance to imagine that they’re exploring far-off worlds. And finally, I was looking for a new software language to learn around the beginning of 2020. I decided to start investigating Rust and picked this project as my jumping off point. Build LogNov 11, 2020So far, I only have an idea in my head and an empty git repo. Here are the broad strokes: Spaceship name: Curiosity
Server can run on a separate computer, accessible via SSH from my desktop
I will fill out the details of the design next. One big thing I want to ensure is that the system can easily be expanded as my son plays with it so that it never gets boring. Feb 3, 2023Since my comic book project is wrapping up, I’ve been trying to decide which project to take on next. I decided to focus on this one for 2 reasons:
So over the last couple weeks, I’ve starting working my way through the Rust book. It’s actually pretty nice being able to just sit down and read. It’s easy and doesn’t require working in the shop or at my desk. Plus, the book is very readable and it’s a joy to see that a lot of the issues that I face working with C++ are solved before I even start coding. In particular, I love that the language, compiler, and packaging system are all unified. I plan to work through the entire book, but I think I know enough now to start messing around with the code for my project. So I’ll spend some more time nailing down the design and maybe try implementing a couple of the basic features. |