charles austria
Programming
Cross-platform apps and browser games built with Svelte, Rust, Lua, HTML, and JavaScript.
Apps
2 projects
01
Easy-Read
(Svelte/Rust) This is a cross platform ereader app built on Tauri. I wanted a simple to use ereader for .epub files that didn't need it's own library management. Just drag and drop in files to begin reading. Developed when I couldn't find an existing app that functioned how I wanted with the file formats I needed.
02
Easy-Mark
(Svelte/Rust) This is a cross platform markdown file reader and editor built on Tauri. Most of my development happens around outlines that are normally markdown files. Development just started as a markdown file reader and developed into an IDE. This taught a lot about why VS Code or Zed made the decisions they did in design and UI.
Web Games
4 projects
01
Rock Paper Scissors
(HTML/JavaScript) A live camera-based rock paper scissors game that uses hand tracking to read rock, paper, or scissors before each throw. I wanted to make a fun game that would implement the camera into the way the player controls. I've always had fun with the Wii and Kinect and wanted to create a browser experience that forced you to use your body.
02
Vong
(HTML5) A mix of volleyball and the original videogame Pong. Play matches against friends in local multiplayer or compete against computer-controlled opponents.
03
Score Counter
(HTML5) A simple way to keep track of the score while playing any game like Boggle or Scattergories. Made it after playing a lot of games with friends recording scores in notes apps and wished there was an easier way.
04
Greatest Trader 2
(HTML/JavaScript) First web game, porting to html. This version focused on just the trading terminal without the extra fluff. This helped with seeing the differences in structure between the two languages to create the same game. This also helped me develop a workflow for working on static pages that I continued to use.