-
Notifications
You must be signed in to change notification settings - Fork 40
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
Clean UI & file icon to match Windows 11 #84
Comments
@nitin2953 I took inspiration from your ideas and Added them into my application Hurl (which is similar to BrowserSelect). It currently looks like this..... (Still in dev) Repo: https://github.com/U-C-S/Hurl |
WOW This is looking So Much GoodBut is this only a mockup OR working app Another Feature: QR Code button beside copy button |
Thanks. it's a working app. It uses WPFUI and native Win32 API for rounded corners. I'll be releasing a alpha soon. (I'm bit new to the language and domain, any feedback is helpful) |
compared to BrowserSelect, Hurl is much slower (5800H, lots of RAM free, NVMe drive). But I'm giving it a try because BrowserSelect opens in background when opening links from VS Code |
(btw i got the same specs, r7 5800h with my legion 5 pro) Yeh, Hurl is kind of slower, since the "modern UI" takes a toll and uses .NET 6. Might change in future when Microsoft updates wpf with trimming support and AoT stuff and also make WinAppSdk cooler like UWP kind of is... Atleast for now its actually fast enough for comfortable. |
ah...Issues with wpfui library that Hurl uses, is fixed in the main branch now. Though take any further discussions to Hurl Repo. Its feels bit out of place discussing here 😅. |
@U-C-S Great job on the alternative you've created. Don't worry about being out of place here. I've not had enough time to work on this project for a while now. I'm happy to see others pick up where I've left. I've added a link to your repo on the readme so people can find it easier. @nitin2953 If you don't mind I'm going to revert the title and keep the issue open in case I ever released a new version or someone created a pull request for this feature. It's great to have competition and multiple choices of software but I wouldn't call Hurl continuation of BrowserSelect. They're not a fork, but started from scratch and have a different tech stack. |
Simple UI with
Inspiration:
![image](https://user-images.githubusercontent.com/34852979/126858443-7aa9c0a8-21ea-4bea-b63b-268584ee8803.png)
The text was updated successfully, but these errors were encountered: