{"id":30212609,"url":"https://github.com/nampdn/vysma-editor","last_synced_at":"2025-10-04T10:52:45.051Z","repository":{"id":309251518,"uuid":"1035061981","full_name":"nampdn/vysma-editor","owner":"nampdn","description":"Vysma Editor","archived":false,"fork":false,"pushed_at":"2025-08-20T17:34:20.000Z","size":21904,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T17:46:39.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nampdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-09T15:17:53.000Z","updated_at":"2025-08-12T17:02:40.000Z","dependencies_parsed_at":"2025-08-10T21:28:31.109Z","dependency_job_id":null,"html_url":"https://github.com/nampdn/vysma-editor","commit_stats":null,"previous_names":["nampdn/vysma-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nampdn/vysma-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fvysma-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fvysma-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fvysma-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fvysma-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nampdn","download_url":"https://codeload.github.com/nampdn/vysma-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fvysma-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302556,"owners_count":25964520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T22:34:26.723Z","updated_at":"2025-10-04T10:52:45.023Z","avatar_url":"https://github.com/nampdn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bevy in App\n\nIntegrate the [Bevy engine](https://github.com/bevyengine/bevy) into existing iOS | Android apps.\n\nIf you want to add a mini-game to an existing app, or implement some dynamic UI components, charts ..., or just want to take advantage of the **Motion Sensors** on your phone for some cool gameplay, you can't use `WinitPlugin`. Because `winit` will take over the entire app initialization process and windowing, but we need to create `bevy::App` in an existing app instance, and we may also want `bevy::App` to run in an `iOS UIView` or `Android SurfaceView` of any size.\n\nThis repository implements such a scenario and uses the phone's motion sensor to play breakout mini-games.\n\n## Screenshot\n\n| ![Bevy in iOS App](assets/bevy_in_ios.png) | ![Bevy in Android App](assets/bevy_in_android.png) |\n| ------------------------------------------ | -------------------------------------------------- |\n\n## **iOS**\n\n```sh\n# Add iOS target\nrustup target add aarch64-apple-ios\n\n# Build for iOS target\nsh ./ios_build.sh --release\n```\n\nThen, Open `iOS/bevy_in_iOS.xcodeproj` with Xcode，connect an iOS device and run.\n\n## **Android**\n\n### Set up Android environment\n\nAssuming your computer already has Android Studio installed, go to `Android Studio` \u003e `Tools` \u003e `SDK Manager` \u003e `Android SDK` \u003e `SDK Tools`. Check the following options for installation and click OK.\n\n- [x] Android SDK Build-Tools\n- [x] Android SDK Command-line Tools\n- [x] NDK(Side by side)\n\nThen, set two following environment variables:\n\n```sh\nexport ANDROID_SDK_ROOT=$HOME/Library/Android/sdk\n# Replace the NDK version number with the version you installed\nexport NDK_HOME=$ANDROID_SDK_ROOT/ndk/23.1.7779620\n```\n\n### Add build targets\n\n```sh\n# Since simulator and virtual devices only support GLES,\n# `x86_64-linux-android` and `i686-linux-android` targets are not necessary\nrustup target add aarch64-linux-android\n```\n\n### Build\n\n```sh\n# Install cargo-so subcommand\ncargo install cargo-so\n\n# Build\nsh ./android_build.sh --release\n```\n\n## Compatible Bevy versions\n\n| Bevy version | `bevy-in-app` version     |\n|:-------------|:--------------------------|\n| `0.16`   | `0.4`                     |\n| `0.14 dev`   | `0.3`                     |\n| `0.11`-`0.12`| `0.2`                     |\n| `0.10`       | `0.1`                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fvysma-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnampdn%2Fvysma-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fvysma-editor/lists"}