Hi, I’m sharing an open-source project I’ve been building: Blender Avalonia Bridge.
The goal is to let developers use Avalonia UI inside Blender
Avalonia is a dotnet base cross-platform ui-frame work, allow you you build all kinds of desktop app.
This project allow you to connet the avalonia desktop app into blender natively( using blender’s gpu drawing engine / classic window)
It currently supports:
- Embedded UI rendering in Blender
- C# access to Blender data, operators, and watch events
- Windows and macOS
If this looks useful for your workflow or addon development, I’d be happy to hear your thoughts.