crossbow icon indicating copy to clipboard operation
crossbow copied to clipboard

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀

Results 29 crossbow issues
Sort by recently updated
recently updated
newest added

# Objective We should rewrite many parts of the documentation as it feels terrible.

documentation
enhancement

# Objective We should integrate [Android Game Development Kit](https://developer.android.com/games/agdk/download) in Crossbow. Useful links: - https://developer.android.com/games/agdk - https://developer.android.com/games/develop/custom/overview - https://developer.android.com/games/agdk/game-activity - https://android.googlesource.com/platform/frameworks/opt/gamesdk/+/refs/heads/master/GameActivity/prefab-src/modules/game-activity/include/game-activity - https://github.com/rib/android-activity

enhancement

# Objective It should be possible to update the `crossbundle` binary from its own CLI command. ## Additional context Something similar exists in cargo itself or in [cargo-make](https://github.com/sagiegurari/cargo-make).

enhancement
good first issue

# Objective Is it outside of the scope of the `crossbundle` tool? Guess so, but anyway - it would be awesome to support packaging HTML5 Playable Ads for Google and...

enhancement
question

# Objective It should be possible to create and use custom Crossbow iOS Plugins. Useful links: - https://github.com/godotengine/godot/tree/master/platform/ios - https://docs.godotengine.org/en/stable/tutorials/platform/ios/ios_plugin.html - https://docs.godotengine.org/en/stable/tutorials/platform/ios/plugins_for_ios.html

enhancement

https://developer.android.com/guide/components/services https://developer.android.com/guide/components/foreground-services https://developer.android.com/about/versions/oreo/background https://github.com/rust-windowing/android-ndk-rs/issues/128 https://doc.qt.io/qt-5/android-services.html https://groups.google.com/g/android-ndk/c/bPJG7sRJLcI?pli=1 https://github.com/gburca/BinderDemo We will need to make it part of the `Plugin` system of `crossbow`. Add option to write `java` files, compile it with `javac`,...

enhancement

# Objective It should be possible to add [Android Play Feature Delivery](https://developer.android.com/guide/playcore/feature-delivery) with Crossbundle. Useful links: - https://developer.android.com/guide/playcore/feature-delivery - https://developer.android.com/guide/playcore/feature-delivery/instant - https://medium.com/android-news/app-bundles-and-dynamic-feature-modules-a-silver-bullet-for-bloated-apks-d0bcac151ae6

enhancement

# Objective It should be possible to add [Android Play Asset Delivery](https://developer.android.com/guide/playcore/asset-delivery) from Crossbundle. Useful links: - https://developer.android.com/guide/playcore/asset-delivery - https://github.com/android/app-bundle-samples - https://developer.android.com/guide/playcore - https://medium.com/android-news/app-bundles-and-dynamic-feature-modules-a-silver-bullet-for-bloated-apks-d0bcac151ae6

enhancement

# Objective It should be possible to add support for [Android Instant Play Games](https://developer.android.com/topic/google-play-instant/instant-play-games) with Crossbundle. Useful links: - https://developer.android.com/topic/google-play-instant/overview - https://developer.android.com/topic/google-play-instant/instant-play-games

enhancement

# Objective It should be possible to build [Apple App Clips](https://developer.apple.com/videos/play/wwdc2022/10097/) with Crossbundle. Useful links: - https://developer.apple.com/app-clips/ - https://developer.apple.com/videos/play/wwdc2022/10097/ - https://developer.apple.com/documentation/app_clips

enhancement