An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

App Icon

# Refract


Stars


Github Releases

Authors `.icon` files and renders icons with the Liquid Glass effect.

## 👓 Preview

### 🥇 Comparison

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
```