// main.rs
struct SoftwareEngineer {
name: &'static str,
role: &'static str,
}
impl SoftwareEngineer {
fn say_hi(&self) {
println!("Thanks for checking out my projects.");
}
}
fn main() {
let me = SoftwareEngineer { name: "Aryx", role: "Programmer" };
me.say_hi();
}
- LyText Editor: A modern, browser-based text editor built with vanilla JavaScript, featuring real-time syntax highlighting, multi-tab editing, and live HTML preview capabilities.
- Roman calculator: A futuristic Roman numeral calculator that performs arithmetic operations directly using Roman numerals! Inspired by space aesthetics, this tool lets you add, subtract, multiply, and divide like an ancient astronaut.
- ASCII Video Studio: ASCII Video Converter is a simple web-based tool that converts videos into ASCII art. It runs entirely in the browser without needing any external dependencies.
- PomPod Music Player: Apple ipod inspired pomegranate pod where you can import your songs and play it in retro UI.

