spieglt / FlyingCarpet

Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
GNU General Public License v3.0
3.6k stars 145 forks source link

Its taking up too much disk space #6

Closed Zero3K closed 6 years ago

Zero3K commented 6 years ago

86 MB seems to be high for what it does. Is there any way to reduce it or not?

spieglt commented 6 years ago

Yeah, the CLI version is only around 4MB. Not unless you know of a better GUI library for Go than github.com/dontpanic92/wxGo. When I used Electron it was around half a gig.... I should probably just rewrite this in C++ someday but that will take a while.

Zero3K commented 6 years ago

I'll look into it soon.

Zero3K commented 6 years ago

Please take a look at the list of GUIs that are in https://github.com/avelino/awesome-go#gui.

spieglt commented 6 years ago

I've reviewed that list before. None are a better option for Mac/Windows/Linux as far as I can tell.