Skip to content

Commit

Permalink
Update Blog
Browse files Browse the repository at this point in the history
  • Loading branch information
imkerberos committed May 18, 2014
1 parent 0245e28 commit b79d103
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _posts/2014-03-19-game-script.md
@@ -0,0 +1,17 @@
---
layout: post
title: 游戏开发脚本比较
tags: [Game, Script]
catogory: 感想
---

游戏开发离不开脚本语言, 脚本语言对于游戏的扩展起着举足轻重的作用. 通过近一段时间游戏引擎的调研,
对于游戏脚本的选择做一些总结:

现在流行的脚本主要是: Lua, Javascript, C#

如果追求运行速度快, 选用 Lua 最好, Lua 可以说是运行速度最快的语言.
Javascript 运行速度比较快, 最大的好处是, 语法简单, 而且, JS 程序员太多了:).
C#: 这个速度比较慢, 但是也不是慢得不可接受. C# 最大的好处在于语言本身是自省的,
而且除了可以动态运行之外还可以静态编译. C# 的优势在于比较容易开发出可视化的游戏
编辑器, 在工作流优化上有特点.
8 changes: 8 additions & 0 deletions _posts/2014-05-18-ReactiveCocoa-Intro.md
@@ -0,0 +1,8 @@
---
layout: post
title: ReactiveCocoa 介绍
tags: [iOS, FRP, Objective-C]
catogory: 教程
---


0 comments on commit b79d103

Please sign in to comment.