Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynagatomo/VOClimateSpiral
Very simple AR app in visionOS, that shows the climate spiral, which is known as a way to visualize global surface temperature change.
https://github.com/ynagatomo/VOClimateSpiral
Last synced: about 1 month ago
JSON representation
Very simple AR app in visionOS, that shows the climate spiral, which is known as a way to visualize global surface temperature change.
- Host: GitHub
- URL: https://github.com/ynagatomo/VOClimateSpiral
- Owner: ynagatomo
- Created: 2023-08-20T03:33:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T11:18:01.000Z (11 months ago)
- Last Synced: 2024-10-31T13:15:58.762Z (about 1 month ago)
- Language: Swift
- Size: 10.2 MB
- Stars: 39
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-RealityKit - VOClimateSpiral - Very simple AR app in visionOS, that shows the climate spiral, which is known as a way to visualize global surface temperature change (Projects / Community)
README
# Climate Spiral in visionOS
Very simple AR app in visionOS, that shows the climate spiral, which is known as a way to visualize global surface temperature change.
- Build: Xcode 15.2 beta, macOS 14.2
- Target: visionOS 1.0 beta (You can run this app with the Vision Pro simulator of Xcode 15.)*Since this project is based on the beta software, this repository is temporal and will be deleted after a while.*
![Gif](assets/gif01.gif)
This project shows some features of RealityKit in visionOS;
- Geometry and material generation at run-time : makes the spiral 3d model from the temperature data.
- Time series animation with Entity Component System : plays annual and monthly temperature changes.
- Particle system : adds a visual effect and preset particles make it easy to use.![Image](assets/pict01_1600.png)
## Data Sources
- NASA GISS Surface Temperature Analysis (GISTEMP v4) [Global-mean monthly, 1880-present](https://data.giss.nasa.gov/gistemp/)
## References
- RealityKit Particle System overview [GitHub](https://github.com/ynagatomo/evolution-Metal-ARKit-RealityKit-sheet)
- NASA Release Aug 14, 2023 [NASA Clocks July 2023 as Hottest Month on Record Ever Since 1880](https://www.nasa.gov/press-release/nasa-clocks-july-2023-as-hottest-month-on-record-ever-since-1880)## License
![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)