Next2D Frameworkの1つのプロジェクトから、複数のプラットフォーム向けにアプリケーションを書き出すビルダーです。 Steamおよびデスクトップ向けのWindows / macOS / Linux、スマートフォン向けのiOS / Android、Web(HTML)に対応しています。 Xbox対応は試作・開発段階です。
| プラットフォーム | 出力・対応状況 |
|---|---|
| Steam:Windows | 実行ファイル(.exe)と必要なリソース |
| Steam:macOS | アプリケーションバンドル(.app) |
| Steam:Linux | 実行ファイルと必要なリソース |
| Web | 最適化されたJavaScriptとWebアセット |
| iOS | Xcodeプロジェクトを開く、IPAを書き出す |
| Android | Android Studioプロジェクトを開く、APKを書き出す |
| Xbox | GDKネイティブホストの試作・開発段階 |
設定、依存ツール、書き出し・配布手順の詳細は、以下のドキュメントにまとめています。
| ガイド | 内容 |
|---|---|
| Electron / Steam | デスクトップ書き出し、アイコン、CPU、署名、Steam Depot、アップロード、ベータテスト |
| iOS / Android(Capacitor) | ネイティブ設定、SDK、プラグイン、ビルドコマンド、移行、Xcodeの設定 |
| Xbox(試作) | 開発状況、ホスト生成、ビルド環境、検証範囲 |
| プラットフォーム |
|---|
| Nintendo Switch |
npx @next2d/builder --platform web --env prdnpx @next2d/builder --preview --platform web --env prdこのプロジェクトはMIT Licenseで公開しています。詳細はLICENSEを参照してください。
Build applications for multiple platforms from a single Next2D Framework project. The builder supports Windows / macOS / Linux for Steam and desktop distribution, iOS / Android for mobile devices, and Web (HTML). Xbox support is a prototype under development.
| Platform | Output / status |
|---|---|
| Steam:Windows | Executable (.exe) and required resources |
| Steam:macOS | Application bundle (.app) |
| Steam:Linux | Executable and required resources |
| Web | Optimized JavaScript and web assets |
| iOS | Open the Xcode project and export an IPA |
| Android | Open the Android Studio project and export an APK |
| Xbox | Prototype GDK native host; under development |
These guides cover platform-specific configuration, dependencies, builds and distribution.
| Guide | Contents |
|---|---|
| Electron / Steam | Desktop exports, icons, architectures, signing, Steam depots, uploads and beta testing |
| iOS / Android (Capacitor) | Native configuration, SDKs, plugins, build commands, migration and Xcode setup |
| Xbox (prototype) | Development status, host generation, build environment and validation scope |
| Platform |
|---|
| Nintendo Switch |
npx @next2d/builder --platform web --env prdnpx @next2d/builder --preview --platform web --env prdThis project is licensed under the MIT License. See LICENSE for details.