Description

NetPrints is a visual programming language inspired by Unreal Engine 4’s Blueprints which compiles into .NET binaries or alternatively C# source code. These can be used from any other .NET language (eg. C#) or used as standalone programs. Furthermore any .NET binaries (both .NET Framework and .NET Core, and ideally .NET Standard) can be referenced and used. Its goal is to support using anything that is made in C#.

Repository

0.0.7 Release Page

Unity tutorial

Use cases

Here’s an example of using NetPrints in Unity. It is set to generate source code so the generated code can be debugged in Unity too. In the example a class inheriting from MonoBehaviour is defined which moves the object during FixedUpdate(). Nothing about NetPrints is Unity specific but it just works when referencing Unity’s libraries. The full tutorial can be found at the above link.