Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthierman/airglow
Split screen browser for Windows
https://github.com/mthierman/airglow
browser webview win32 windows
Last synced: about 16 hours ago
JSON representation
Split screen browser for Windows
- Host: GitHub
- URL: https://github.com/mthierman/airglow
- Owner: mthierman
- License: mit
- Created: 2023-02-28T09:27:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T20:42:39.000Z (6 months ago)
- Last Synced: 2024-07-31T10:05:32.185Z (6 months ago)
- Topics: browser, webview, win32, windows
- Language: C++
- Homepage: https://mthierman.pages.dev/airglow/
- Size: 49 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Split screen browser for Windows
- Vertical and horizontal split screen
- Full system dark & light mode support
## Attributions
- [WebView2](https://www.nuget.org/packages/Microsoft.Web.WebView2/) - [license](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2420.47/License)
- [C++/WinRT](https://github.com/microsoft/cppwinrt) - [license](https://github.com/microsoft/cppwinrt?tab=MIT-1-ov-file#readme)
- [Windows Implementation Library](https://github.com/microsoft/wil) - [license](https://github.com/microsoft/wil?tab=MIT-1-ov-file#readme)
- [JSON for Modern C++](https://github.com/nlohmann/json) - [license](https://github.com/nlohmann/json?tab=MIT-1-ov-file#readme)
- [Ada URL Parser](https://github.com/ada-url/ada) - [license](https://github.com/ada-url/ada?tab=MIT-2-ov-file)
- [SQLite](https://www.sqlite.org/) - [license](https://www.sqlite.org/copyright.html)