struct Developer {
name: String,
location: String,
education: String,
interests: Vec<String>,
callsign: String,
}
impl Developer {
fn new() -> Self {
Self {
name: "Piotr Świercz".to_string(),
location: "Kraków, Poland".to_string(),
education: "Computer Science @ DSW".to_string(),
interests: vec![
"Game Development".to_string(),
"Embedded Systems".to_string(),
"Network Infrastructure".to_string(),
"Open Source".to_string(),
],
callsign: "SQ9PIO".to_string(),
}
}
}- bevy_pins - Charm system (Hollow Knight inspired)
- bevy_power - Unified health/stamina system
- bevy_movement - FPS controller library
- 🏢 Kosmopark - Interactive exhibits specialist
- 🌐 Telnet - Fiber optic network technician
- 💻 Promis - Full-stack developer
graph TD
A[🦀 Master Rust] --> B[🎮 Bevy Ecosystem]
A --> C[⚡ Performance Optimization]
B --> D[🕹️ Game Engine Features]
C --> E[🔧 Systems Programming]
D --> F[📦 Open Source Libraries]
E --> F
F --> G[🌟 Community Impact]
- 🦀 Advancing Rust expertise - Systems programming & performance optimization
- 🎮 Expanding Bevy ecosystem - Contributing game development libraries
- 🔌 Exploring IoT & embedded - Bridging software and hardware
- 📚 Academic excellence - Computer Science studies with 4.43 GPA
- 🌐 Network infrastructure - CCNA certification and practical experience