-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add library recommendations. #5
Comments
I've used |
The current method to include things like binary content is by using a server on an ephemeral port, and for that, these libraries are the best that I've found:
|
tinyfiledialogs has a nice API, but I'm not sure if it plays nicely with the application sandbox, because it calls out to AppleScript for every dialog (I'm still not sure if that's a brilliant or a terrible idea.) I think the most pragmatic solution would be to make a |
In addition, menubar menu-items are something I imagine many people (myself included) would want to be able to use. Whether this is provided by tether, or a third-party library I'm unsure of. |
Recommending other libraries is really important because you can't make an app with just a window. But, at the very least, they have to work inside the stupidly annoying UWP sandbox, and it'd be ideal if they worked on iOS and Android. Things that might be useful:
app_dirs
crate looks really goodThe text was updated successfully, but these errors were encountered: