# LineBirds **Repository Path**: hexblues/LineBirds ## Basic Information - **Project Name**: LineBirds - **Description**: 使用 Codea 编写的线条飞鸟动画 - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #LineBirds ## 简单介绍 使用 `Codea` 环境 `LUA` 编写,可以直接在安装有 `Codea` 的 `iPad` 上运行,也可以通过 `XCode` 编译为 `ipa` 文件,加载到 `iOS` 模拟器中运行. 本演示程序的XCode项目文件百度网盘下载地址,[XCode项目文件下载](http://pan.baidu.com/s/1eQowhRs)。 ## 免费的 Codea 开发环境的获取 在你的 iPad 上下载 `Codea` 的免费版 `Codea速写本`,可以到 `APP Store` 下载,[Codea速写本下载地址](https://itunes.apple.com/cn/app/id924968707)。 安装好收费的 `Codea` 或者免费的 `Codea速写本` 之后,就可以开始探索我们的编程之旅了。 ## 网络安装本演示程序 新建一个项目,把 `main` 标签页的模板代码删除,把下面的加载代码拷贝进去,运行一次。 function setup() http.request("http://git.oschina.net/hexblues/LineBirds/raw/master/LineBirds.lua", function(d) loadstring(d)() end, function(e) print(e) end ) end 看到提示“线条飞鸟安装好了!”之后,重新运行本项目即可 ## 运行截图: ![LineBirds运行截图](http://static.oschina.net/uploads/code/201410/09153005_Er5d.png)