This software started as a university graduation project aimed to create an all in one software that allows anyone to just hop in and start programing using visual modular code blocks (nodes), kind of like (( Unreal Engines Blueprint Graph System )).. It enables the code to be translated from the Visual Scripting graph into any programming language syntax the user selects.
Simple use case..
Vvs.Showcase-1.webm
Steps to Run Vision Visual Scripting
1- Download and Install PyCharm https://www.jetbrains.com/pycharm/download/#section=windows
2- Make sure GitHub plug-in is installed
3- Click on Get From VCS
4- Copy the Link from the GitHub Repo then Past it in PyCharm then click Clone
5- Go to the requirements file and make sure all necessary libraries are installed
6- Go to vvs_app/main.py
7- Right click on main.py then click run
Finally - This is what should apear
Notes:
-
If you don't see run button then you need to configure a new Python interpreter environment.
https://www.youtube.com/watch?v=GTtpypvLoeY&ab_channel=PyCharmbyJetBrains
-
Make sure Python is installed before doing step (3).
-
It's better to create a new empty environment for the project to have least issues.