EBind
EBind copied to clipboard
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
I have came up with a strange case that fails with a `NullReferenceException`: **THIS fails:** ```csharp // class constructor this._bindings = new EBinding { () => this.Position == this._vm.PreviewPosition, };...
Hi! First, thanks for writting this amazing library. I love it. 💖 Secondly, I am using this library in my game developed using a custom game engine. The bindings work...
Hello, I am using Godot 4 game engine with C# integration. Godot does not support any data binding yet. Therefore I am looking for a solution, I can easily integrate....