- 授权协议: 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>
)
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!
