zoukankan      html  css  js  c++  java
  • MMORPG programming in Silverlight Tutorial (0) Foreword

        WOW, Silverlight can also be used in OOMRPG programming, isn’t it?

        What a surprise! But it is true. As you know, game is base on a series of coherent pictures, and Silverlight is just good at animation design, especially in Vector Animations. Sometimes I think that Microsoft introduce Silverlight only to occupy the market in web game’s domain.

        Now, I must introduce another product, is old enough in web game(10+ years). Yes, you got it, it is Flash, whose latest version is 10 now. Since Flash is so famous that everybody knows it, why Microsoft still support it with so large resources? From a developer’s point of view, I think Silverlight is an assembly language, different from Flash ActionScript, which is an interpreted language. As we know, assembly language is fast than interpreted language. And also, in Flash, we must define function in different layers to implement new features, the development efficiency is very low. But in Silverlight, because it is an assembly language, so we can use Visual Studio to organize all the code, and use OO during our development, the efficiency is highly improved. Third, Silverlight support Daily Build, Unit Test and other traditional software development process, it give us more tools to control our unpredictable process.

        But Silverlight is not perfect, especially its performance. Up to now, the current version of Silverlight is 3, we expected Microsoft can improve the speed in the next release version. And also, some feature in Silverlight is not well supported in different browsers, such as Firefox, but Flash has no difference among all these browsers.

        As a .NET developer, I prefer Silverlight, because I can use all my 6 years’ experiences in the Silverlight development. It’s exciting. I can animate my sprite in C#, such as running and attacking, Do you recall the world-famous game Diablo II, War Craft and Baldur's Gate II.

    image

    Picture-1  Baldur's Gate II

        Follow me, everybody. I will introduce you to a new world full of sword and magic. You will find the powerful of the Silverlight.

        Go Go Go, Here we go!

  • 相关阅读:
    Sql server char,nchar,varchar与Nvarchar的区别
    关于sysprocesses表各字段的作用
    多台子服务器更新中央服务器
    [转自MSDN]根据FxCop整理的.NET代码编写规范
    【原】Winfrom的自动更新模块
    Silverlight 3和Expression 3将于7月10日发布
    【转蝈蝈俊.net 】SQL Server 2005 配置发送邮件
    WF4.0 RC 官方示例
    [转]Ubuntu Server下如何安装图形界面?
    [原]linux下如何查看本机IP,gateway,DNS
  • 原文地址:https://www.cnblogs.com/Jax/p/1670692.html
Copyright © 2011-2022 走看看