If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on

Verse: Visual Scripting Tool for Python : Python

submited by
Style Pass
2021-08-19 04:00:11

If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.

Hi guys! Coming from the game development industry, I wanted to build a Visual Scripting (something similar to Unreal Engine Blueprints) tool for Python as I think that the way Blueprints were a game changer for game development, Verse could bring a new approach to development in general as well.

It provides developers with the ability to use the full range of Python concepts and functions using a graph-based interface, turning hours of code typing into minutes of drag and drop.

A diagram-like interface is used to represent logic and functionalities, eliminating a lot of possible issues such as syntax or declaration flow errors. It is designed for a general approach, meaning it does not suffer from any bias and can be used for any type of use case.

https://preview.redd.it/p3c749e5vuh71.png?width=970&format=png&auto=webp&s=d41f1bbd1c8c97ee4a4c5685f4ad852136f1a01e

Leave a Comment