No description
- TypeScript 43.1%
- C++ 35.2%
- JavaScript 12.7%
- Python 9%
| deps | ||
| lib | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| .prettierrc | ||
| binding.gyp | ||
| bun.lock | ||
| LICENSE | ||
| package.json | ||
| README-es.md | ||
| README.md | ||
| tsconfig.json | ||
Build native cross-platform desktop GUIs with Node.js.
English • Español • GitHub • Fishy Forgejo • Website
Milsko is a lightweight cross-platform GUI toolkit designed to be fully compatible with older OSes while also being reasonably modern.
This package provides OOP-oriented bindings to create and package fully native GUI appliations with Node.js.
Installation
Use your preferred package manager (also compatible with Bun). Prebuilt binaries are included by default.
npm install milsko
If none precompiled binaries are available for your platform or if you'd like to build from source, you can use npm install milsko --build-from-source or equivalent.