Rhysdev.com
My most recent project is the website you're looking at right now. In an effort to increase my hirability,
I decided it would be worth my time to throw together a portfolio site of my own to express myself and display
a small amount of what I am capable of. This website was developed using html and css.
Women's Script Translator
"Women's script" is a fantasy scripture from the Stormlight Archive series written by Brandon sanderson.
I have always been interested in different real life scriptures, and so fantasy writing systems have always
been something I've stronly appreciated. This one in particular is almost one to one with english letters,
but has some unique characters for representing compound sounds such as sh and th. My translator is a real
time application where the user can type on their keyboard and it automatically converts into Women's script,
Which is then outputted to the screen. a terminal window opens alongside the window, displaying what the user
is actually typing. This application was built from the ground up using SDL2.0 and C++.
Hitomezashi stitch pattern generator
My earliest project worth noting is the stitch pattern generator I built when I first started experimenting with rendering libraries.
This program generates a randomized stitch pattern based on the Hitomezashi stitch pattern algorithm using SDL2.0 and C++.