Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Media/GIFs/akroasis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/diodos.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/energeia.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/krystallos.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/lysis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/morphosis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/periphora.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/synthesis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/systole.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/GIFs/zetesis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Aither

![Aither — Living particle orbs for SwiftUI](Media/hero.jpg)

Aither is a dependency-free package for expressive, continuously looping
particle orbs. Its primary API is native SwiftUI, backed by an efficient
UIKit/Core Graphics renderer that can also be used directly.
Expand Down Expand Up @@ -42,6 +44,20 @@ AitherOrb()
network activity. When SwiftUI state changes, Aither updates the existing
renderer instead of recreating it.

## Animation gallery

| Aither | Zētēsis |
| :---: | :---: |
| ![Aither animation](Media/GIFs/energeia.gif) | ![Zētēsis animation](Media/GIFs/zetesis.gif) |
| **Lysis** | **Akroasis** |
| ![Lysis animation](Media/GIFs/lysis.gif) | ![Akroasis animation](Media/GIFs/akroasis.gif) |
| **Synthesis** | **Morphōsis** |
| ![Synthesis animation](Media/GIFs/synthesis.gif) | ![Morphōsis animation](Media/GIFs/morphosis.gif) |
| **Periphora** | **Diodos** |
| ![Periphora animation](Media/GIFs/periphora.gif) | ![Diodos animation](Media/GIFs/diodos.gif) |
| **Krystallos** | **Systolē** |
| ![Krystallos animation](Media/GIFs/krystallos.gif) | ![Systolē animation](Media/GIFs/systole.gif) |

## Data-driven motion

Drive motion directly from SwiftUI state:
Expand Down
Loading