MCPcopy Index your code
hub / github.com/PlayForm/Round

github.com/PlayForm/Round @v0.0.8

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.8 ↗ · + Follow
9 symbols 16 edges 8 files 0 documented · 0% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Rounded Corners Logo

Rounded Corners

Rounds the corners of your Windows screen.

Rounded Corners

Getting started

Rounded Corners sets up a system tray application using the Tauri framework. It creates a window for each monitor available on the system, sets up a menu for the system tray, and handles events from the menu.

Code

The code imports several crates:

  • regex
  • serde_json
  • tauri
  • tauri_plugin_store

regex provides support for regular expressions, serde_json is a JSON serialization/deserialization library, tauri is the main framework for building cross-platform desktop apps in Rust, and tauri_plugin_store provides a key-value store for persisting application data.

Options

The app has several menu items:

  • Increase Size
  • Decrease Size
  • ↩️ Reset
  • 🌑 Dark
  • ☀️ Light
  • 👨🏻 Show
  • 🥷🏽 Hide
  • Exit

Clicking on Increase Size or Decrease Size increases or decreases the roundness of the windows, respectively.

Reset sets the corner radius back to the default value of 23px.

Dark and Light switch the app between dark and light mode.

Show and Hide show or hide all windows, respectively.

Exit closes the app.

Changelog

See CHANGELOG.md for a history of changes to this app.

Extension points exported contracts — how you extend this code

Window (Interface)
(no doc)
Source/Element/Corner.tsx

Core symbols most depended-on inside this repo

as_ref
called by 2
src-tauri/src/main.rs
Window
called by 0
Source/Index.tsx
main
called by 0
src-tauri/build.rs
main
called by 0
src-tauri/src/main.rs

Shape

Enum 3
Function 3
Class 1
Interface 1
Method 1

Languages

Rust78%
TypeScript22%

Modules by API surface

src-tauri/src/main.rs6 symbols
src-tauri/build.rs1 symbols
Source/Index.tsx1 symbols
Source/Element/Corner.tsx1 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add Round \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact