Skip to content

Add support to packaging the game to a executable #6

@greatsquare0

Description

@greatsquare0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions