GeorgeS2019

Results 578 comments of GeorgeS2019

@RandomShaper Are you familiar with the DirectX12 surface so the UI is not just a desktop BUt standard userControl compatible with e.g. Avalonial or WPF or WinForm? https://github.com/migeran/libgodot_project/commit/246cb91cd8a4255f605653869a912d6076a5efa7 @fire How...

FYI #### [Is Making Advanced GUI Applications with Godot the Future?](https://medium.com/swlh/what-makes-godot-engine-great-for-advance-gui-applications-b1cfb941df3b) Now https://github.com/RhubarbVR/LibGodotSharp works in Desktop (Win) and Android.

@Airyzz Here is [TodoList](https://github.com/RhubarbVR/LibGodotSharp/issues/4#issue-1591187688)

# Generate bindings from json ```cs //https://github.com/RhubarbVR/LibGodotSharp/blob/main/sharp_generator/Program.cs [DllImport("libgodot")] public static extern int godot_main(int argc, string[] args); var custom_args = new string[] { "libgodot", "--dump-extension-api", "--verbose", "--headless", "" }; if (godot_main(custom_args.Length...

@migueldeicaza We are WIP to use XAML parser to automate 3D UI using this library. Keep coming back to support this IDEA!!! we need you to push this library for...

Dec 14 2022: [Azure Synapse Runtime for Apache Spark 3.3 is now in Public Preview](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/azure-synapse-runtime-for-apache-spark-3-3-is-now-in-public/ba-p/3686449) - Apache Spark to version **3.3.1** - Delta Lake to version **2.1.0** > Delta Lake...

@dcosta91 https://github.com/dotnet/spark/pull/1150

@ywmaa [Coordinate ](https://github.com/GeorgeS2019/Godot4-3D-IK-Demo/issues/2)Godot Motion Matching

@dbeavon From ChatGPT4 => The **BinaryFormatter** in .NET has indeed been marked as **obsolete** due to security concerns. Here are the key points: 1. **Obsolete Methods**: - The following methods...

https://sh-akira.github.io/VirtualMotionCapture-en/