https://github.com/6xingyv/refract
Authors .icon files and renders icons with the Liquid Glass effect, on all platforms you love.
https://github.com/6xingyv/refract
app-icon icon-composer ios liquid-glass mac windows xcode
Last synced: about 5 hours ago
JSON representation
Authors .icon files and renders icons with the Liquid Glass effect, on all platforms you love.
- Host: GitHub
- URL: https://github.com/6xingyv/refract
- Owner: 6xingyv
- License: other
- Created: 2026-06-05T16:15:48.000Z (19 days ago)
- Default Branch: master
- Last Pushed: 2026-06-13T07:01:58.000Z (11 days ago)
- Last Synced: 2026-06-13T08:17:51.742Z (11 days ago)
- Topics: app-icon, icon-composer, ios, liquid-glass, mac, windows, xcode
- Language: TypeScript
- Homepage:
- Size: 4.98 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Refract
Authors `.icon` files and renders icons with the Liquid Glass effect.
## 👓 Preview

### 🥇 Comparison

Left: Icon Composer by Apple
Right: Refract
(Please ignore the difference in background colors)
## 💻 Develop
```bash
bun install
bun tauri dev
```
`bun run dev` runs the web frontend alone (Open/Save need the Tauri shell; rendering needs a
WebGPU-capable webview — WebView2/Chromium on Windows works out of the box).
## 📦 Build
```bash
bun tauri build
```