Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndyObtiva/connector
A minimalist open-source multi-engine web browser built in Ruby with Glimmer DSL for SWT
https://github.com/AndyObtiva/connector
browser chromium glimmer glimmer-application jruby ruby swt webbrowser webkit
Last synced: 3 months ago
JSON representation
A minimalist open-source multi-engine web browser built in Ruby with Glimmer DSL for SWT
- Host: GitHub
- URL: https://github.com/AndyObtiva/connector
- Owner: AndyObtiva
- License: mit
- Created: 2021-02-12T19:17:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T14:59:34.000Z (about 3 years ago)
- Last Synced: 2024-06-19T03:11:39.254Z (5 months ago)
- Topics: browser, chromium, glimmer, glimmer-application, jruby, ruby, swt, webbrowser, webkit
- Language: Ruby
- Homepage:
- Size: 1020 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - connector - A minimalist open-source multi-engine web browser built in Ruby with Glimmer DSL for SWT 🔥 🚀 (Happy Exploring 🤘)
README
# Connector
A minimalist open-source multi-engine web browser built in [Ruby](https://www.ruby-lang.org) with [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt)
![Mac Screenshot](images/connector-mac.png)
NOTE: I am no web browser development expert. This project was created primarily for personal use and as a fun exercise in determining if software engineers could simply build their own web browsers instead of worrying about privacy rules in various available web browsers, especially given the very terse [Glimmer GUI DSL syntax](https://github.com/AndyObtiva/glimmer-dsl-swt/blob/master/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md) and the highly productive [Ruby](https://www.ruby-lang.org) programming language. As such, it has not had a packaged release. Feel free to inspect its code to learn more about how to get started in building a web browser with [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt). The project mostly takes advantage of the [SWT Browser widget](https://github.com/AndyObtiva/glimmer-dsl-swt/blob/master/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#browser-widget), which has support for [Chromium](https://www.chromium.org/) and [Webkit](https://webkit.org/) on the Mac (it also supports Edge/IE on Windows if I am not mistaken, but I did not expose that part since I run it on the Mac). That said, it is a simple wrapper that does not expose all web browser engine features automatically, so quite a bit of extra work is needed to bring it up to par with common browsers, but it's 50% of the way there out of the box, which is very useful if someone needs to slap a custom web browser together in less than a day. You may check the [TODO](#todo) section to learn more about the future direction of the project, but remember that it is a personal free and open-source project, so issues may be discovered without getting fixed. You are welcome to fork and submit your own contributions and fixes in the meantime, especially if interested in learning how to do desktop GUI development with [Ruby](https://www.ruby-lang.org) and [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt).
## Features
Unlike other web browsers, Connector is a multi-engine web browser, supporting both [Chromium](https://www.chromium.org/) and [Webkit](https://webkit.org/), albeit running old versions of them at the moment.
### Chromium Engine Support
![images/connector-mac-chromium.png](images/connector-mac-chromium.png)
### Webkit Engine Support
![images/connector-mac-webkit.png](images/connector-mac-webkit.png)
### Menu Bar
![images/connector-mac-menu.png](images/connector-mac-menu.png)
#### File Menu
![images/connector-mac-menu-file.png](images/connector-mac-menu-file.png)
#### Action Menu
![images/connector-mac-menu-action.png](images/connector-mac-menu-action.png)
#### Options Menu
![images/connector-mac-menu-options.png](images/connector-mac-menu-options.png)
#### Help Menu
![images/connector-mac-menu-help.png](images/connector-mac-menu-help.png)
### Preferences
![images/connector-mac-preferences.png](images/connector-mac-preferences.png)
## Change Log
[CHANGELOG.md](CHANGELOG.md)
## TODO
The TODO lists future ideas, feature suggestions, and discovered issues.
For example, the [JxBrowser](https://www.teamdev.com/jxbrowser) third-party custom widget provides a more modern version of the [Chromium](https://www.chromium.org/) engine than the one included with [SWT](https://www.eclipse.org/swt/).
[TODO.md](TODO.md)
## Contributing to connector
- Check out the latest master to make sure the feature hasn't been
implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't
requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it
in a future version unintentionally.
- Please try not to mess with the Rakefile, version, or history. If
you want to have your own version, or is otherwise necessary, that
is fine, but please isolate to its own commit so I can cherry-pick
around it.## Copyright
[MIT](LICENSE.txt)
Copyright (c) 2021 Andy Maleh
---
[](https://github.com/AndyObtiva/glimmer-dsl-swt) Built with [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt) (JRuby Desktop Development GUI Framework)
Connector icon made by Freepik from www.flaticon.com