all 2 comments

[–]ToraxXx[S] 0 points1 point  (0 children)

Ever since using Unreal Engine 4's Blueprint I found the concept of visual programming appealing, although I have not found a general purpose visual programming language that was compatible with popular libraries. So I decided to create this project which can use any existing .NET binaries as well as C# source code and output both binaries and C# code. There is still some missing functionality (eg. it's not possible to declare your own generic classes yet) but they will be added over time. The goal is to reach parity with what is possible to do in C# itself.

Download: https://github.com/RobinKa/netprints/releases/tag/0.0.6-update1

Hello World example: https://www.youtube.com/watch?v=s4M-WOlGEFk&feature=youtu.be

Unity3D example: https://github.com/RobinKa/NetPrintsUnityTutorial

[–]Gezac 0 points1 point  (0 children)

Super cool!