
Austin Schneider
Software DeveloperHello world! I'm a student at the University of Wisconsin–Madison, majoring in Computer Science. I'm current working at the Center for High Throughput Computing as a Web Development Intern.
You can connect with me on LinkedIn, email me, or visit my github.
Projects
-
Flama — A statically-typed programming language written in Rust that compiles to Minecraft using DiamondFire, a Scratch-like Minecraft server. It makes creating games for DiamondFire easier by moving from a block-based programming language to a text-based one.
-
SubgenX — A CLI utility for generating subtitles for videos using OpenAI's whisper model. I've personally used it to transcribe 100+ hours of foreign language videos.
-
Chatpad — A message platform that handles user authentication and allows users to chat in various channels. The frontend was built with Next, with the backend implemented in Elysia.
-
CHIP-8 Emulator — An emulator for the CHIP-8 bytecode language, which is used to create simple games. It's made using C and uses SDL2 for input and graphics.
-
Tiny Ludwig's Big Adventure — A game jam entry for the 2023 Ludwig Game Jam. Worked with a team of four to create a game as the sole developer. It is built using the Godot Engine and GDScript (a language similar to Python).