From 4e3edc188719bb6023ab174c46f3b2d622461df3 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Sun, 10 Aug 2025 06:38:14 -0400 Subject: [PATCH] Simplified intro --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bc3cba5..bd4d00f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,9 @@ # Arf! I'm Tony Bark. 🦊 -I'm a self-taught indie developer. While I'm not chasing perfection, I do aim for reliability and I've learned to [code like NASA](https://en.wikipedia.org/wiki/The_Power_of_10:_Rules_for_Developing_Safety-Critical_Code) over the years. My true passion is developing games, where I started with MonoGame before shifting towards RayLib and Godot. - -When it comes to .NET, my go-to language, I stick with LTS (unless I need a newer API) and give my projects the same life cycle. You can thank a little accidental mishap with my first widely shared project, [Blue Rose](https://github.com/tonytins/BlueRoseClassic), for shaping that mindset. - -Being a solo developer, I sometimes use AI to generate certain algorithms or just when I need a basic template to build off of, such as [StaggerPost](https://github.com/tonytins/StaggerPost). Nothing extreme. +I'm a self-taught indie developer that likes to make games and desktop applications. I will always prioritize developing for frameworks that are both open source and cross-platform. That being said, I prefer to use [Tauri](https://v2.tauri.app/) over Electron when writing GUI apps. --- -- 🛠️ Most comfortable using `C#` and `Blazor` -- 👍 Familiar with `Tauri` and `Rust` -- 📚 Currently learning ``Raylib``, `Zig`, `GDscript`, `C`[^1] - -[^1]: Indirectly through Zig. +- 🛠️ Most comfortable using `C#` and `Rust` +- 👍 Familiar with `Javascript` and `GDscript` +- 📚 Currently learning `Zig` and `Swift`