Skip to content

Commit

Permalink
PhotoOdyssey
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu committed Oct 28, 2024
1 parent f06617d commit e18914d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/apps/PhotoOdyssey/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<a href="https://www.producthunt.com/posts/photoodyssey-compare-photos?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-photoodyssey&#0045;compare&#0045;photos" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=532662&theme=light" alt="PhotoOdyssey&#0032;&#0045;&#0032;Compare&#0032;photos - An&#0032;odyssey&#0032;for&#0032;the&#0032;best&#0032;shot | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>'
---
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ og_image: https://kingu.dev/images/ogp.webp
/>
</a>

<!-- TODO: apps for apple vision -->
<a href="https://appsforapplevision.com/apps-directory/photoodyssey-compare-photos"><img src='https://appsforapplevision.com/images/badges/a4avp-featured-badge-light.png' alt='Apps For Apple Vision Badge' width=256></img></a>

<a href="https://www.producthunt.com/posts/photoodyssey-compare-photos?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-photoodyssey&#0045;compare&#0045;photos" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=532662&theme=light" alt="PhotoOdyssey&#0032;&#0045;&#0032;Compare&#0032;photos - An&#0032;odyssey&#0032;for&#0032;the&#0032;best&#0032;shot | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

Expand Down
14 changes: 14 additions & 0 deletions src/technology-stack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 コードを読み取ることができるアプリケーションを開発しました。
Expand Down

0 comments on commit e18914d

Please sign in to comment.