Hi all,
It's been a while since I posted anything here but I am working on a Visual Scripting tool I call "Radius". The intent is to create a visual scripting editor which can be used to create code, create software, automate processes and much more. Pretty much a Visual Scripting Editor for any programming purpose.
I wanted to make it easier for non-programmers to develop software. It's aimed at technical minded people who are good at logic but not at code (at least not yet).
It is all based on the .Net version of AppGameKit created by MadBit and is very much a work in progress but I wanted to start getting some feedback from one of my favourite communities.
So, you can use it so far to create Variables:
And to create and use Operators:
I have just started on Functions but there's not much to show as yet. Please let me know your thoughts!
I thought it might be fun (once this is working) to make a working Visual Scripting editor for AppGameKit as a first step. It should be possible I believe.
EDIT: Here is a quick look at the operators currently working:

Using AppGameKit V2 Tier 1