KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
thinkingorb
★ 20
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
aiokalshi
:
An asyncio-native Kalshi client for Python.
cc-sdk-agent-demo
:
No description available.
Comfy_Realtime_Preview
:
No description available.
EasyAppDev.Blazor.AutoComplete
:
A high-performance, feature-rich AutoComplete component for Blazor applications with AI-powered semantic search capabilities
cross-platform
:
Cross platform repository for Raven SWE project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
thinkingorb
?
Download (.md)
# thinkingorb A SwiftUI ambient animation that mimics an AI "thinking" state — softly pulsing, rotating blurred shapes that form a glowing orb. ## What it does Three blurred rounded rectangles rotate in opposite directions around a shared center, driven by a sinusoidal timer. The counter-rotating shapes blend together to create an organic, breathing glow effect against a dark indigo background — evocative of a model processing a query. ## Features - Smooth sinusoidal animation loop at 100 fps via `Timer.publish` - Counter-rotating blur layers to produce a dynamic orb form - No external dependencies — pure SwiftUI ## Tech Stack - **SwiftUI** — `ZStack`, `blur`, `rotationEffect`, `Timer` - **Combine** — `Timer.publish` for the animation loop ## Requirements - Xcode 15+ - iOS 17+ / macOS 14+ ## How to Run 1. Add `thinkingorb.swift` to an Xcode project or Swift Playground. 2. Set `ThinkingOrb()` as the root view. 3. Build and run. ## License Apache License 2.0 — see [LICENSE](LICENSE) for details.