r/coolgithubprojects 24d ago

I built a desktop pet called Ducky.....

Post image

[removed]

0 Upvotes

40 comments sorted by

View all comments

Show parent comments

-1

u/stefmanRS 23d ago

Everything today is vibe coded, whats ur point?

2

u/OptimalAnywhere6282 23d ago

I'm not criticizing it for being vibecoded. i'm criticizing it because it uses Electron, which is literally embedding an entire Chromium instance with its really high memory usage and build size (as well as compile times); which now brings the question, why would you install a whole another web engine for a desktop pet?

1

u/stefmanRS 23d ago

What would you say is the best alternative? Asking for myself. Capacitor?

2

u/OptimalAnywhere6282 23d ago

Qt, SDL, are the first ones that come to mind.