diff --git a/src/apps/PhotoOdyssey/index.md b/src/apps/PhotoOdyssey/index.md index 2a40db4..b882b30 100644 --- a/src/apps/PhotoOdyssey/index.md +++ b/src/apps/PhotoOdyssey/index.md @@ -4,5 +4,7 @@ og_url: https://kingu.dev/apps/PhotoOdyssey og_image: https://kingu.dev/images/apps/PhotoOdyssey.webp app_icon: https://kingu.dev/images/apps/PhotoOdyssey.webp app_store_url: https://apps.apple.com/app/photoodyssey-compare-photos/id6736382597?itsct=apps_box_link&itscg=30200 +appsforapplevision_url: https://appsforapplevision.com/apps-directory/photoodyssey-compare-photos apple-itunes-app-id: 6736382597 +product_hunt_badge: 'PhotoOdyssey - Compare photos - An odyssey for the best shot | Product Hunt' --- diff --git a/src/index.md b/src/index.md index e27f074..973ff7a 100644 --- a/src/index.md +++ b/src/index.md @@ -39,7 +39,7 @@ og_image: https://kingu.dev/images/ogp.webp /> - +Apps For Apple Vision Badge PhotoOdyssey - Compare photos - An odyssey for the best shot | Product Hunt diff --git a/src/technology-stack/index.md b/src/technology-stack/index.md index a86bf5b..efda76c 100644 --- a/src/technology-stack/index.md +++ b/src/technology-stack/index.md @@ -9,6 +9,20 @@ og_image: https://kingu.dev/images/ogp.webp ## 個人開発等 +### [PhotoOdyssey - Compare photos](../apps/PhotoOdyssey) + +Apple Vision Pro ならではのアプリケーションとして、イマーシブな空間に大量の写真を並べ、比較することができるアプリケーションを開発しました。 + +写真ライブラリからの写真の読み込み、ユーザが選択した写真を所定のアルバムに追加する機能があります。 + +また、 Vision フレームワークの[ImageAestheticsScoresObservation](https://developer.apple.com/documentation/vision/imageaestheticsscoresobservation)を利用して写真の美的スコアを可視化することで、より良い写真の選択をサポートします。 + +- SwiftUI +- SwiftData +- StoreKit +- Vision +- Xcode Cloud + ### [ExternalVision](../apps/ExternalVision) Apple Vision Pro ならではのアプリケーションとして、パススルーを使用して実世界を見ながら紙に書かれたテキストや QR コードを読み取ることができるアプリケーションを開発しました。