Add support to bundle and compile the story to executable with
This one would be much smaller than Electron, but requires additional setup from the users
Add support to packaging the game as an executable for ease of distribution. The method is to be decided, the current contenders are:
- Tauri, this provides a small bundle size and possible mobile support
- Electron, this would provide much larger bundle sizes, but is probably easier to use than Tauri (Since it requires the Rust compiler)
- Wails, Similar to Tauri (Without mobile support), but uses Golang instead of Rust
Add support to bundle and compile the story to executable with
This one would be much smaller than Electron, but requires additional setup from the users
Add support to packaging the game as an executable for ease of distribution. The method is to be decided, the current contenders are: