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: 4 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:49:48.000Z (over 1 year ago)
- Last Synced: 2025-02-21T21:34:36.216Z (over 1 year ago)
- Topics: android, ios, linux, macos, multi-platform, next2d, steam, typescript, web, windows
- Language: JavaScript
- Homepage: https://next2d.app
- Size: 117 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
=============
[](https://github.com/Next2D/builder/actions/workflows/codeql-analysis.yml)
[](https://github.com/Next2D/builder/actions/workflows/lint.yml)
[](https://github.com/Next2D/builder/releases)
[](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.