Hi, I'm James.
Links: Website | Contact Me | Donate via PayPal | (older) Unity Assets
All projects on this account are developed in my spare time. Warning: I don't maintain them all.
Start Menu Manager - The Windows start menu lacks the ability to add shortcuts to websites and scripts, and searching for anything other than apps is a pain. This app lets you add to, and search for, websites/scripts in the start menu, by tricking Windows into thinking they are apps.
Snazzy Wpf Animated Borders - Animate the pixels making up the borders of you WFP C# apps. Might sound strange, but provides some nice feedback to the user. Maybe the video will convince you.
GCode Razor PostProcessor - An editor for writing/generating G-code, a language used for programming CNC machines. Includes C# scripting engine which can generate the data for you. Allows machining of complex shapes, cirles/ellipses/helix/..., on older machines, providing you know the mathematical equations for them.
Simple Version Control - Use this if you are a developer and want to add "check for updates" features to your app. This application lets you generate JSON files containing version/changelog information. Simply upload them to a static file host. Then if using .NET, use the included library to perform a "check for updates" and/or receive changelog information about earlier/later releases.
Documentation Templater - A tool for writing documentation for software. Using the default template your docs will look like this, but it is fully customizable.
WebImageExtractor - A .NET library for crawling websites and extracting images.
Terminals In Sublime Text - Sublime Text configuration files providing a quick setup of the Terminus package. Allowing you to access terminals, and activate them with shortcuts.
Unity Video Editor Template - A Unity Game Engine Project (>2019.3) setup to allow for its use as a video editor. Well suited for making video animations, but can be a bit buggy as it is not what Unity was intended for. Includes the necessary scripts and editor extensions. Not maintained.
Google Apps Script - Useful Scripts - Do you need a server to run a simple script, triggered by a timer or HTTP request? Would you like a small private or public database (actually a spreadsheet) with it? Automate sending emails? Google Apps Script is not particularly well-known, but amazingly provides all of this for free. This repo contains a bunch of scripts to help you get started.
GitHub Activity Art - Create a 7x52 pixel image, then display it as your "activity chart" on your GitHub profile page. Requires running the code daily to create such "activity".
Basic Paint Program OpenGL - An MS Paint like program written in C++ and OpenGL for university coursework.
... and there are more if you want to dive deeper.