聚星亭

吾笨笨且懒散兮 急须改之而奋进
posts - 74, comments - 166, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

脚本研究

学习脚本....
     摘要: 本文章将试着讲述一些好的习惯,它或许可以帮助你更快更容易的找出问题的解决方案(原文: This article will try to explain some good practices, that will help you get going faster and easier find the solution when a problem occurs.)。  阅读全文

posted @ 2010-04-15 23:42 besterChen 阅读(877) | 评论 (0)  编辑 |

     摘要: AngelScript作为一个嵌入式的脚本库不支持独立运作(原文: Being an embedded scripting library there isn't much that AngelScript allows the scripts to do by themselves,), 因此,应用程序必须先注册一个接口让脚本与应用程序交互(原文:so the first thing the application must do is to register the interface that the script will have to interact with the application.)。该接口可以由函数、变量、甚至是一个完整的类组成(原文:The interface may consist of functions, variables, and even complete classes.)。  阅读全文

posted @ 2010-04-15 23:41 besterChen 阅读(1418) | 评论 (0)  编辑 |

     摘要: 在SDK/angelscript/projects目录中,您可以找到许多流行编译器的相关项目文件(原文: In the sdk/angelscript/projects directory you'll find project files for many of the popular compilers)。不过,那些工程文件不一定是最新的脚本库工程。(原文: these project files are not always up to date with the latest version of the library.)如果你有任何一个编译或链接出错,请弄清楚工程文件包含的所有文件所在的sdk/angelscript/source目录(原文: If you get any compiler or linker errors please make sure the project file include all the files in the sdk/angelscript/source directory),并将工程按照本文件进行设置(原文: and t  阅读全文

posted @ 2010-03-01 21:14 besterChen 阅读(1789) | 评论 (0)  编辑 |

     摘要: AngelCode 脚本库(AngelCode Scripting Library)

Copyright © 2003-2009 Andreas Jönsson
  阅读全文

posted @ 2010-03-01 21:04 besterChen 阅读(662) | 评论 (0)  编辑 |

     摘要: AngelScript 是当作一个引擎而构建的,当应用程序需要注册函数、属性(properties)和任意数据类型的时候,这个脚本可能会派上用场(原文: AngelScript is structured around an engine where the application should register the functions, properties, and even types, that the scripts will be able to use.)。本脚本库依赖于应用程序,它会被编译到应用程序的一个或多个模块之中(原文: The scripts are then compiled into modules, where the application may have one or more modules, depending on the need of the application.)。  阅读全文

posted @ 2010-02-26 21:25 besterChen 阅读(4658) | 评论 (2)  编辑 |

     摘要: AngelScript 是一个免费的、开源的, 灵活的, 并且跨平台的脚本库,一般被嵌入到其它应用程序中。 它立志于为用户提供一个简单易用且功能强大的库, 但是它不会因为大量无用的功能(features)而变得庞大。   阅读全文

posted @ 2010-02-26 21:19 besterChen 阅读(1233) | 评论 (0)  编辑 |

     摘要: 最近再学习angelscript脚本,由于我编程能力有限,本想依赖网络的汉化资源的我,百度好久也没有找到像样的信息,终于我决定翻译angelscript脚本SDK中提供的DOC文档。就当做是学习英语吧……
  阅读全文

posted @ 2010-02-26 21:16 besterChen 阅读(932) | 评论 (0)  编辑 |