Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 2.57 KB

README.md

File metadata and controls

70 lines (37 loc) · 2.57 KB

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: