When the video game Star Wars Squadrons came out, I was thrilled by the prospect of flying an X-Wing or a Tie Fighter in Virtual Reality.
As amazing as the experience was, one thing was missing. In the movies, the pilots have dialogue with their robot companions. This is exactly what
this voice recognition project, written in C#, is designed to do.
It is neatly packaged into a simple MSI installer.
An app for the annual district conference for Rotary Club District 7570. This app is written in Java, and uses Google Firebase for its backend.
it provides scheduling tools, event creation tools, and a scavenger hunt game to drive consistent usage. The app was developed using agile design
principles, and my team used SCRUM for work distribution. In the end, due to complications, the majority of the work became deligated to myself and
Boston Cartwright. My responsibilities included communication with the customer, writing a large amount of the
source, and designing the base user interface.
I was asked to provide assistance to a group working on a self guided tour app for Staunton, VA. There were some issues in the source code that caused
problems with the UI which I fixed, as well as problems with transferring between UI fragments, which I demonstrated possible fixes for.
These issues were primarily with selecting pins on a map, and seeing a brief on that pin, which when selected would take a user to a much more detailed
information page.
Hi, I'm Wyatt. I am a graduate of Southern Virginia University, with B.A.'s in Computer Science and Music Composition. I love learning new things,
seeing team projects come together, playing video games, riding motorcycles, flying drones, writing music, reading, cosplaying, acting, the outdoors, and
most of all my amazing wife Abby and son Theodore.
I am a dedicated problem solver as well as an experienced leader, and I like to try new things, especially if it means bringing visionary ideas into reality.
To acomplish this, I am proficient in Java, C# (.NET), and Unity development. I am also learning new methods of development all the time (like making this website).
Close
Contact
Close
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';