- 授权协议: BSD
- 开发语言: C/C++ Python JavaScript HTML/CSS 汇编
- 操作系统: 跨平台
- 软件首页: http://nodegui.org
- 软件文档: http://nodegui.org/doc/README-cn.html
- 官方下载: https://github.com/louis-tru/ngui/releases
软件介绍
Ngui 是一个 GUI 的排版显示引擎和跨平台的 GUI 应用程序开发框架,基于 Node.js/OpenGL。
目标:在此基础上开发 GUI 应用程序可拥有开发 Web 应用般的简单与速度,同时兼顾 Native 应用程序的性能与体验。
暂时只支持
iOS与Android系统,并不包含AndroidTV因为TV应用与手机应用有很大的不同从这里
Go API Index可以到API Documents Index
代码示例
这是一个简单的在屏幕上显示hello world!的程序
import { GUIApplication, Text } from 'ngui'
new GUIApplication().start(
<Text>hello world!</Text>
)
JavaScript: The Definitive Guide, 5th Edition
David Flanagan / O'Reilly Media / 2006-08-01 / USD 49.99
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk ......一起来看看 《JavaScript: The Definitive Guide, 5th Edition》 这本书的介绍吧!
