Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/next2d/builder
Multi-platform builder for Next2D Framework, export to various platforms including Windows, macOS, Linux, Smartphones (iOS, Android) and Web (HTML) for Steam
https://github.com/next2d/builder
android ios linux macos multi-platform next2d steam typescript web windows
Last synced: 3 days ago
JSON representation
Multi-platform builder for Next2D Framework, export to various platforms including Windows, macOS, Linux, Smartphones (iOS, Android) and Web (HTML) for Steam
- Host: GitHub
- URL: https://github.com/next2d/builder
- Owner: Next2D
- License: mit
- Created: 2023-05-11T22:08:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T07:01:33.000Z (about 1 year ago)
- Last Synced: 2025-01-02T00:24:28.876Z (3 days ago)
- Topics: android, ios, linux, macos, multi-platform, next2d, steam, typescript, web, windows
- Language: JavaScript
- Homepage: https://next2d.app
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Multi-platform Builder
=============[![CodeQL](https://github.com/Next2D/builder/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/builder/actions/workflows/codeql-analysis.yml)
[![Lint](https://github.com/Next2D/builder/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Next2D/builder/actions/workflows/lint.yml)
[![release](https://img.shields.io/github/v/release/Next2D/builder)](https://github.com/Next2D/builder/releases)
[![license](https://img.shields.io/github/license/Next2D/builder)](https://github.com/Next2D/builder/blob/main/LICENSE)[日本語]\
Next2D Frameworkのマルチプラットフォームビルダー、Steam用のWindows、macOS、Linux、スマートフォン(iOS、Android)、Web(HTML)など、各種プラットフォームへの書き出しに対応[English]\
Multi-platform builder for Next2D Framework, export to various platforms including Windows, macOS, Linux, Smartphones (iOS, Android) and Web (HTML) for Steam## Supported
| platform | detail |
|----------|--------------------------|
| Windows | Export an exe file |
| macOS | Export dmg, app file |
| Linux | Export deb file |
| iOS | Implementing... |
| Android | Implementing... |
| web | Export minfy'd JS files |### build example.
```linux
npx @next2d/builder --platform web --env prd
```### preview example.
```linux
npx @next2d/builder --preview --platform web --env prd
```## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.