All Projects → evilbinary → duck-typescript

evilbinary / duck-typescript

Licence: other
A library for building cross-platform native desktop applications with TypeScript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to duck-typescript

awesome-nodegui
Useful resources for creating apps with NodeGui
Stars: ✭ 70 (+337.5%)
Mutual labels:  nodegui
web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Stars: ✭ 605 (+3681.25%)
Mutual labels:  nodegui
Svelte Nodegui
Build performant, native and cross-platform desktop applications with native Svelte + powerful CSS-like styling.🚀
Stars: ✭ 2,598 (+16137.5%)
Mutual labels:  nodegui
ng-qt
Build extremely powerful and efficient native cross-platform desktop applications using Angular and NodeGUI
Stars: ✭ 14 (-12.5%)
Mutual labels:  nodegui
TenCha
2009年のMisskeyクライアント
Stars: ✭ 15 (-6.25%)
Mutual labels:  nodegui

duck-typescript

A library for building cross-platform native desktop applications with TypeScript.

一个用typescript写的gui

安装

apt-get install ts-node npm

npm install

osx cc src/duck.c -o duck.dylib -fPIC -shared -I. -L. -lscm

linux cc src/duck.c -o duck.so -fPIC -shared -I. -L. -lscm

运行

npm run main

demo

计算器ts-node -r tsconfig-paths/register -p example/calc/calc.ts

播放器ts-node -r tsconfig-paths/register -p example/music/music.ts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].