From 3f722d880aab1f9b26dd549d8dbdd8fb4f28a184 Mon Sep 17 00:00:00 2001 From: akimgacem Date: Mon, 20 Mar 2017 12:24:06 +0800 Subject: [PATCH] Update README.md --- README.md | 57 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index c94a533f..69e51519 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -#LayaAir is an open-source HTML5 engine +# LayaAir is an open-source HTML5 engine + It provides Canvas and WebGL for rendering, if WebGL is not supported, it switch automatically into Canvas mode. LayaAir Engine is designed for high performance games and support ActionScript 3.0, TypeScript, JavaScript programming language. Develop once, publish for 3 target platform (flash, HTML5, mobile) -##LayaAir features +## LayaAir features - High performance @@ -30,7 +31,7 @@ functionality for 2D, 3D, VR, Timeline animation controls, slow motion, UI syste our official Layabox Github with complete engine source version, free of charge, including commercial usage. -##general features overview +## general features overview - WebGL rendering - Canvas rendering - Vector renderer @@ -49,8 +50,8 @@ our official Layabox Github with complete engine source version, free of charge, - 3D (FBX Autodesk and Unity3D assets are supported) - VR -##Beginner usage -####JS version +## Beginner usage +#### JS version ```js Laya.init(550, 400); Laya.stage.scaleMode = "showall"; @@ -62,7 +63,7 @@ our official Layabox Github with complete engine source version, free of charge, Laya.stage.addChild(ape); ``` -####AS version +#### AS version ```as3 package { @@ -86,7 +87,7 @@ our official Layabox Github with complete engine source version, free of charge, } ``` -####TS version +#### TS version ```ts /// class Sprite_DisplayImage{ @@ -105,26 +106,26 @@ our official Layabox Github with complete engine source version, free of charge, new Sprite_DisplayImage(); ``` -##Samples Demo +## Samples Demo - http://layaair.ldc.layabox.com/demo/ - http://layabox.github.io/layaair-examples/ -##Games Demo +## Games Demo - http://game.layabox.com/265 (2D) - http://layaair.ldc.layabox.com/test/ZhanPaiKeJi/ (3D) -##API Help +## API Help http://layaair.ldc.layabox.com/api/ -##Documentation Tutorial +## Documentation Tutorial - http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=8&id=10 - https://github.com/layabox/layaair/wiki -##Developer Center +## Developer Center http://ldc.layabox.com/ @@ -135,16 +136,16 @@ http://ask.layabox.com/ ##QQ Group 104144216 -##Folder structure +## Folder structure - bin [Compiled librairy,divided for as,js,ts] - samples [Example project] - src [Source Code Library] - utils [Automated compilation and other tools] -#LayaAir是HTML5开源引擎 +# LayaAir是HTML5开源引擎 提供Canvas和Webgl同时渲染,如果Webgl不可用,则可自动切换到Canvas模式。引擎为高性能游戏设计,支持AS,TS,JS三种语言开发,一套代码三端齐发(Flash,HTML5,APP)。 -##LayaAir特点 +## LayaAir特点 - 极致性能 @@ -170,7 +171,7 @@ LayaAirIDE提供代码开发工具及可视化编辑器,清晰的工作流, 引擎全部开源并托管到github,并且全部免费使用,包括商用 -##当前功能 +## 当前功能 - Webgl渲染 - Canvas渲染 - 矢量图 @@ -189,8 +190,8 @@ LayaAirIDE提供代码开发工具及可视化编辑器,清晰的工作流, - 3D - VR -##开始使用 -####JS版本 +## 开始使用 +#### JS版本 Laya.init(550, 400); Laya.stage.scaleMode = "showall"; @@ -200,7 +201,7 @@ LayaAirIDE提供代码开发工具及可视化编辑器,清晰的工作流, Laya.stage.addChild(ape); -####AS版本 +#### AS版本 package { import laya.display.Sprite; @@ -221,7 +222,7 @@ LayaAirIDE提供代码开发工具及可视化编辑器,清晰的工作流, } } } -####TS版本 +#### TS版本 /// class Sprite_DisplayImage{ @@ -238,34 +239,34 @@ LayaAirIDE提供代码开发工具及可视化编辑器,清晰的工作流, } new Sprite_DisplayImage(); -##演示Demo +## 演示Demo - http://layaair.ldc.layabox.com/demo/ - http://layabox.github.io/layaair-examples/ -##游戏展示 +## 游戏展示 http://game.layabox.com/265 -##API帮助 +## API帮助 http://layaair.ldc.layabox.com/api/ ##文档教程 http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=8&id=10 -##开发者中心 +## 开发者中心 http://ldc.layabox.com/ -##社区 +## 社区 http://ask.layabox.com/ -##QQ群 +## QQ群 104144216 -##目录结构 +## 目录结构 - bin 编译好的类库,里面分为as,js,ts三种 - samples 示例项目 - src 类库源代码 -- utils 自动化编译及其他工具 \ No newline at end of file +- utils 自动化编译及其他工具