WPF - Simple Circular Progress Bar Using StrokeDashOffset | UI Design | XAML | C# | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 10

  • @williamliu8985
    @williamliu8985 2 ปีที่แล้ว +2

    Beautiful!

  • @BSPBuilder
    @BSPBuilder 2 ปีที่แล้ว +1

    Good stuff!

  • @lehoan1954
    @lehoan1954 2 ปีที่แล้ว +1

    incredible

  • @angellopezrodriguez3417
    @angellopezrodriguez3417 2 ปีที่แล้ว +2

    Hello greetings, I have a question.
    How can I include an object with 3d animation (fbx - gltf) , even if it is small, in this type of WPF applications?

    • @CSharpDesignPro
      @CSharpDesignPro  2 ปีที่แล้ว +1

      @Angel Lopez Rodriguez - Greetings! Try using the Open Asset Import Library (Assimp). github.com/assimp/assimp
      // Using AssimpContext class
      using (AssimpContext context = new AssimpContext())
      {
      Scene scene = context.ImportFile("MyModel.fbx");
      Model3D model = scene.ToModel3D();
      ModelVisual3D modelVisual = new ModelVisual3D();
      modelVisual.Content = model;
      Viewport3D viewport = new Viewport3D();
      viewport.Children.Add(modelVisual);
      }
      I hope this helps.

  • @iampure7318
    @iampure7318 7 หลายเดือนก่อน +1

    太厉害了