基于 Node.js/OpenGL 的跨平台 GUI 应用程序开发框架 Ngui

码农软件 · 软件分类 · GUI开发框架 · 2019-08-07 17:44:08

软件介绍

Ngui 是一个 GUI 的排版显示引擎和跨平台的 GUI 应用程序开发框架,基于 Node.js/OpenGL。

目标:在此基础上开发 GUI 应用程序可拥有开发 Web 应用般的简单与速度,同时兼顾 Native 应用程序的性能与体验。

  • 暂时只支持iOSAndroid系统,并不包含AndroidTV因为TV应用与手机应用有很大的不同

  • 从这里Go API Index可以到 API Documents Index

代码示例

这是一个简单的在屏幕上显示hello world!的程序

import { GUIApplication, Text } from 'ngui'
new GUIApplication().start(
    <Text>hello world!</Text>
)

本文地址:https://codercto.com/soft/d/11859.html

JavaScript: The Definitive Guide, 5th Edition

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》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具