{"id":43736690,"url":"https://github.com/shreyashkore/wonderous_compose","last_synced_at":"2026-02-05T11:04:40.635Z","repository":{"id":211733161,"uuid":"672328509","full_name":"ShreyashKore/wonderous_compose","owner":"ShreyashKore","description":"Wonderous Compose is a port of Wonderous in Compose Multiplatform.","archived":false,"fork":false,"pushed_at":"2025-07-15T06:51:25.000Z","size":66952,"stargazers_count":136,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-15T15:22:43.597Z","etag":null,"topics":["compose-multiplatform","compose-multiplatform-sample","jetpack-compose","kmp","kotlin-multiplatform","kotlin-multiplatform-sample"],"latest_commit_sha":null,"homepage":"https://shreyashkore.github.io/wonderous-compose-wasm/","language":"Kotlin","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/ShreyashKore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-07-29T17:41:01.000Z","updated_at":"2025-06-09T09:49:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f20287f5-cfea-4931-b563-bfd649509011","html_url":"https://github.com/ShreyashKore/wonderous_compose","commit_stats":null,"previous_names":["shreyashkore/wonderous_compose"],"tags_count":7,"template":false,"template_full_name":"JetBrains/compose-multiplatform-template","purl":"pkg:github/ShreyashKore/wonderous_compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Fwonderous_compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Fwonderous_compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Fwonderous_compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Fwonderous_compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreyashKore","download_url":"https://codeload.github.com/ShreyashKore/wonderous_compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Fwonderous_compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29120483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["compose-multiplatform","compose-multiplatform-sample","jetpack-compose","kmp","kotlin-multiplatform","kotlin-multiplatform-sample"],"created_at":"2026-02-05T11:04:05.205Z","updated_at":"2026-02-05T11:04:40.629Z","avatar_url":"https://github.com/ShreyashKore.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Banner](./readme_images/banner.png)](https://youtube.com/shorts/f-wM_MCiQmo?feature=share)\n\n# Wonderous Compose\n\n![badge android][badge-android]\n![badge ios][badge-ios]\n![badge linux][badge-linux]\n![badge windows][badge-windows]\n![badge macos][badge-macos]\n![badge web javascript][badge-js]\n![badge web wasm][badge-wasm]\n\nCheckout live web version based on WASM here\n[shreyashkore.github.io/wonderous-compose-wasm/](https://shreyashkore.github.io/wonderous-compose-wasm/)\n\nFor the version based on JS see\n[shreyashkore.github.io/wonderous-compose-js/](https://shreyashkore.github.io/wonderous-compose-js/)\n\n\u003e Note: Some gestures do not work on the web/desktop platforms. For scrolling horizontally\n\u003e use `Shift + Scroll`.\n\n\u003e 🚧 WORK IN PROGRESS 🚧\n\n\u003e Contributions are welcome!\n\nWonderous Compose is a port of Wonderous\nin [Compose Multiplatform.](https://www.jetbrains.com/lp/compose-multiplatform/)\nWonderous Compose is a visual showcase of eight wonders of the world.\nThe [original project](https://flutter.gskinner.com/wonderous/) was built\nby team [gskinner](https://gskinner.com/flutter/)\nusing [Flutter.](https://flutter.dev/) This project is a tribute to their original\nwork, with an aim to explore the design possibilities with Compose.\n\nArtworks and logos are taken from the original\nproject's [GitHub repo.](https://github.com/gskinnerTeam/flutter-wonderous-app)\nPublic-domain artwork from\n[The Metropolitan Museum of Art, New Your.](https://www.metmuseum.org/about-the-met/policies-and-documents/open-access\")\nPhotography from [Unsplash.](https://unsplash.com/@gskinner/collections)\n\n![Wonderous Collage](./readme_images/wonderous_collage.png)\n\n## Outline\n\n* [Home Screen](composeApp/src/commonMain/kotlin/ui/screens/home/HomeScreen.kt) shows the usage of\n  HorizontalPager along with AnimatedVisibility for animating\n  foreground and background elements.\n* [ArtifactList Screen](composeApp/src/commonMain/kotlin/ui/screens/ArtifactListScreen.kt)\n  uses [`ArtifactListViewModel`](composeApp/src/commonMain/kotlin/ui/screens/ArtifactListViewModel.kt)\n  view model for business logic.\n* [ArtifactDetails Screen](composeApp/src/commonMain/kotlin/ui/screens/ArtifactDetailsScreen.kt)\n  demonstrates writing business logic in the UI layer itself.\n* [Editorial Screen](composeApp/src/commonMain/kotlin/ui/screens/EditorialScreen.kt) uses LazyColumn\n  layout and its scroll APIs to\n  drive animations/transitions for elements\n  when they appear on the screen.\n* Map View demonstrates how KMP and Compose's interoperability layer can be used to embed native UIs\n  in Compose.\n    * For\n      Android [Google Map compose](https://developers.google.com/maps/documentation/android-sdk/maps-compose)\n      library is used.\n    * For IOS [MKMapView](https://developer.apple.com/documentation/mapkit/mkmapview) is used.\n    * For web [Wasm Html interop](https://github.com/Hamamas/Kotlin-Wasm-Html-Interop) library is\n      used to draw DOM elements on canvas. This allows us to\n      use [OpenLayers](https://openlayers.org/) for displaying OpenStreet maps.\n    * For desktop; mapview-desktop module is\n      copied from the official\n      [compose samples](https://github.com/JetBrains/compose-multiplatform/tree/master/examples/imageviewer/mapview-desktop).\n      This sample uses OpenStreetMap data to draw map tiles on Compose Canvas.\n* The [Photo Gallery screen](composeApp/src/commonMain/kotlin/ui/screens/PhotoGalleryScreen.kt)\n  makes use of a custom layout and also uses a custom gesture detection\n  modifier.\n* [Timeline screen](composeApp/src/commonMain/kotlin/ui/screens/timeline/TimelineScreen.kt)\n  uses [`TimelineState`](composeApp/src/commonMain/kotlin/ui/screens/timeline/TimelineScreen.kt)\n  which\n  is kind of a view controller for managing state of timeline. It manages conversion\n  of year to scroll position and vice versa.\n\n## Libraries Used\n\n- [Ktor](https://ktor.io/): HTTP networking\n- [AndroidX Navigation](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html):\n  Navigation\n- [Compose Image Loader](https://github.com/qdsfdhvh/compose-imageloader): Image Loading\n- [compose-webview-multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform):\n  WebView for Android, IOS\n  and Desktop\n- [maps-compose](https://developers.google.com/maps/documentation/android-sdk/maps-compose): Maps on\n  Android\n\n## Source Sets\n\nThis project uses experimental DSL to configure custom hierarchy.\n\n```kotlin\napplyDefaultHierarchyTemplate {\n    common {\n        group(\"nonWeb\") {\n            withAndroidTarget()\n            withNative()\n            withJvm()\n        }\n        group(\"web\") {\n            withJs()\n            withWasm()\n        }\n    }\n}\n```\n\nHere 2 additional intermediate source sets are created to share code among web platforms.\n\n- `nonWeb` contains all the targets except JS and WASM.\n- `web` contains only the JS and WASM targets\n\n## TODO\n\n- [x] WASM support\n\n- [ ] Collectibles and My Collection Screen\n\n- [x] Localization\n\n- [ ] Gesture support on Web and Desktop platforms\n\n- [X] Shared Element Transition on the home screen\n\n- [x] Haptics\n\n## Set up the environment\n\n\u003e For compose multiplatform setup information\n\u003e checkout the\n\u003e [documentation](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).\n\n- Add Google Maps key in `local.properties` at the project root.\n\n```properties\nMAPS_API_KEY=YOUR_KEY\n```\n\n- Add `key.properties` at the project root (For the lazy ones like me; Just remove `signingConfigs`\n  and `keyProp` block from `composeApp/build.gradle.kts`).\n\n```properties\nstorePassword=storePassword\nkeyPassword=keyPassword\nalias=myKey\npath=path/To/key.jks\n```\n\n[badge-android]: http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat\n\n[badge-ios]: http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat\n\n[badge-js]: http://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat\n\n[badge-jvm]: http://img.shields.io/badge/platform-jvm-DB413D.svg?style=flat\n\n[badge-linux]: http://img.shields.io/badge/platform-linux-2D3F6C.svg?style=flat\n\n[badge-windows]: http://img.shields.io/badge/platform-windows-4D76CD.svg?style=flat\n\n[badge-macos]: http://img.shields.io/badge/platform-macos-111111.svg?style=flat\n\n[badge-wasm]: https://img.shields.io/badge/platform-wasm-624FE8.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashkore%2Fwonderous_compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyashkore%2Fwonderous_compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashkore%2Fwonderous_compose/lists"}