Skip to content
A cross-platform framework to build native, dynamic and swift user interface - 强大轻巧灵活的客户端动态化解决方案
Objective-C Java C Lua C++ Shell Ruby
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Android Merge branch 'feature/dev_5.25.0/taohome' into dev_5.25.0 Jun 22, 2017
IOS 升级版本到0.5.3 Aug 14, 2017
LuaViewBytecodeCompiler request update: LuaView bytecode compiler Dec 5, 2016
LuaViewDebugger LuaViewSDK支持堆栈信息传输 Feb 23, 2017
guide update document May 25, 2017
.gitignore 修复iOS demo无法编译的问题 Aug 6, 2017
LICENSE.txt 修改协议为MIT协议 Mar 16, 2017
LuaViewSDK.podspec 添加LVCamera,显示摄像头的内容,有人脸识别和拍照功能 Jul 11, 2017
README.md Update readme.md Jun 1, 2017
liblua.podspec liblua 0.5.0 依赖 Mar 22, 2017

README.md

Welcome to LuaViewSDK

LuaViewSDK is a cross-platform framework which is designed to build native, dynamic and swift user interfaces. It's based on Lua VM and chooses lua as it's script language.

Why Lua

  • Lua is a efficient and swift language. A single Lua VM costs 200k to 300k memorys only in iOS
  • Lua is widly used and it's easy to bind to third party frameworks
  • LuaView API is nature to native mobile developers, you guys don't have to understand what React.js or Vue.js or DOM is.

Demos

  • Complex LuaViewSDK-rendered native pages

  • Simple games

Try Playground App

How to use LuaViewSDK

Developers

License

MIT

Communities

Github Wiki

QQ group:539262083

Twitter:@luaview

Who we are

We are from Tmall tech team. LuaViewSDK has been widely used in Taobao app, Tmall app and Juhuasuan App nearly two years. And DAU of pages that are developed by LuaViewSDK is over 10 million.


欢迎来到LuaViewSDK

LuaViewSDK是一个跨iOS和Android平台的界面动态化解决方案,使用同一套Lua脚本在iOS和Android平台构建原生页面,同时兼具了H5的灵活性和Native的高性能

为什么选择Lua?

  • Lua是一个高效灵活的语言,在iOS上单个Lua虚拟机仅占用200k到300k
  • Lua已经被广泛应用于对于性能要求和灵活性要求都非常高的场合,比如游戏
  • Lua可以非常方便的绑定各类底层库
  • Lua的API对于native开发人员来说非常自然,不用再去理解各类前端开发概念

Demo

  • LuaViewSDK渲染的Native的复杂业务页面

  • 小游戏

试用Playground App

如何使用LuaViewSDK

开发者

许可证

MIT

社区

Github Wiki

QQ群:539262083

Twitter:@luaview

You can’t perform that action at this time.