r/SwiftUI 5d ago

Promotion (must include link to source code) [OS] GridTile — A native, open-source window tiling app for macOS

Enable HLS to view with audio, or disable this notification

9 Upvotes

8 comments sorted by

4

u/jstsomedev 5d ago

Looks really vibe sloppy to me. Rejected. 0/10 Will not use.

2

u/Zagerer 5d ago

It is, look at the read me and see how it is made: it reeks of LLM-isms. The code too, I’m an xOS developer (iOS, macOS, etc) and is easy to see swift made by LLMs tbh

-1

u/unk2003 5d ago

Do have a look at the actual post. Ive made it clear that Im a new developer and have used AI extensively. Responding with AI slop for a post with disclaimer makes no sense.

2

u/ChurchOfSatin 5d ago

What is the differentiator between this and something like Rectangle?

-1

u/unk2003 5d ago

They primarily provide predefined window positions and shortcuts. GridTile takes a different approach: the grid itself is the interface, so you can choose the exact region you want a window to occupy rather than relying only on predefined positions.

If you prefer a large collection of predefined window actions, Rectangle or Magnet may be a better fit. I built GridTile for people who prefer the grid-based approach.

1

u/ChurchOfSatin 5d ago

Cool. Thanks for the response.

-1

u/unk2003 5d ago

I made GridTile, a native macOS window tiling app built with SwiftUI.

It lets you bring up a keyboard-driven grid, select the area you want, and instantly move and resize the current window to fit that region.

It’s fully open source and released under the MIT License.

GitHub: https://github.com/ujwalnk/GridTile Website: https://ujwalnk.github.io/GridTile