Announcement

Collapse
No announcement yet.

Trận chiến : WPF và XNA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trận chiến : WPF và XNA

    Anh chị nào khóa trên hiểu về WPF và XNA hãy vui lòng phân tích cho em cùng các bạn biết sự khác nhau giữa hai cỗ máy này? Và thế mạnh của từng loại?

  • #2
    WPF: Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. (Getting started here http://msdn.microsoft.com/en-us/library/ms754130.aspx)

    XNA: a programming environment that allows you to use Visual Studio to create games for Windows Phone, Xbox 360, and Windows. XNA Game Studio includes the XNA Framework, a set of managed libraries designed for game development based on the Microsoft .NET Framework. This documentation collection contains technology overviews, tutorials, and reference material related to XNA Game Studio. (Getting started here http://msdn.microsoft.com/en-us/library/bb200104.aspx)

    Comment


    • #3
      Originally posted by 09520672 View Post
      Anh chị nào khóa trên hiểu về WPF và XNA hãy vui lòng phân tích cho em cùng các bạn biết sự khác nhau giữa hai cỗ máy này? Và thế mạnh của từng loại?
      WPF đó là một công nghệ thay thế cho Windows Form. Nó làm tách biệt giữa người thiết kế giao diện và người lập trình. Trong Windows Form khi bạn thiết kế giao diện chương trình thì nó sẽ phát sinh code trong 1 file .cs. Còn trong WPF thì code này phát sinh ra trong 1 file .xmal, file này tuân thủ theo cấu trúc giống XML.
      Còn XNA đó là công cụ dành riêng để lập trình game, nó hỗ trợ rất nhiều cho việc lập trình game bao gồm từ việc load hình, tạo sprite, di chuyển, cập nhật dữ liệu trong game, xây dựng các Screen trong game,... Ngoài ra, trong việc lập trình game 3D nó hỗ trợ rất nhiều từ việc tạo ánh sáng, load model đến các motion của các model 3D.
      Đại khái 2 cái này nó là như vậy
      Không có gì là không thể nếu chúng ta có lòng tin.
      http://gabrielbl.com

      Comment

      LHQC

      Collapse
      Working...
      X