Welcome to my Website, I'm Cyncrovee!

I'm a transfem programmer from the UK, mostly developing GUI applications

I'm 19, and my pronouns are She/Her!

(This site may work better on desktop!)

What Programs and Tools Do I Use?
Go to Projects
Go to Languages/Frameworks

Here are my current projects:

CynVee-Code-Editor

GitHub Repository

This is a code editing application made with C#, AXAML and the Avalonia UI framework. It has support for opening folder in a list on the side, light/dark theme (which can also follow the system theme!), and a find and replace feature.

It also has support for a few other features like row highlinting, a column ruler, and a status bar, among others. I've used System.Text.Json to have a JSON file store some of the user settings, which can be saved to the file when changed, then reloaded on the next boot.

It uses the AvaloniaEdit text editor by Avalonia UI, which allows it to have a lot of the featues it does. AvaloniaEdit can use TextMateSharp to power it's themes and syntax highlinting, which I have used in the project to improve the overall editing experience.

CynVee-Hash-Checker

GitHub Repository

This is a hash checking application made with C#, AXAML and the Avalonia UI framework. It has support for SHA-1, SHA-256, SHA-384, SHA-512 and MD5. The aim of the app is to make it easier to generate and compare hashes from files, as I often found the process to be a bit too time consuming, at least on Windows.

CynVee-Text-Processor

GitHub Repository

This is a text processor application made with C#, XAML and the WPF framework. If I'm being honest, I would've preferred to use Avalonia, however WPF has a built in rich text box and the benefit of being a bit more mature.

Regardless, the program has support for using Italics, Bold, Underline, and aligning text (I also want to implement Super/Subscript at some point). It also has a file list feature similar to CynVee-Code-Editor.

AvaloniaUI Website AvaloniaUI GitHub Repository AvaloniaEdit GitHub Repository

I'm familiar with the following languages/frameworks:

Languages

Frameworks

And I have some light experience with the following languages/frameworks:

Languages

Frameworks

Go to Top of Page