9 votes

VVVV - A hybrid visual/textual development environment for .Net

2 comments

  1. vord
    Link
    Not to be confused with VVVVVV, a pretty fun game. This looks really interesting though.

    Not to be confused with VVVVVV, a pretty fun game.

    This looks really interesting though.

    5 votes
  2. bj-rn
    (edited )
    Link
    It's a visual programming environment based on .Net8. Visual in the sense that programs are represented as node graphs. You can basically do what ever you could with C#. Using the VL.Fuse library...

    It's a visual programming environment based on .Net8. Visual in the sense that programs are represented as node graphs. You can basically do what ever you could with C#. Using the VL.Fuse library it's also possible to visually program on the GPU. One can add functionality by referencing nuget packages or by using C# (CPU) or HLSL (GPU).

    For 2d rendering they use Skia and 3d rendering is based on the Stride game engine.

    edit:
    Demo of realtime GenAI integration using PythonNet.

    3 votes