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 错误(待补充)
    PageLayoutControl的基本操作
    C#:MapControl基本操作代码整理
    ArcGis10.0常见错误
    TocControl控件图层无法显示问题
    ArcGIS 10 安装程序及破解文件
    C# 中运行exe程序
    MySQL触发器更新本表数据异常:Can't update table 'tbl' in stored function/trigger because it
    使用ZBar来读取条形码和二维码的方法
    初识MongoDB
  • 原文地址:https://www.cnblogs.com/Jax/p/1670692.html
Copyright © 2011-2022 走看看