Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.63 KB

Banner

LibreDog is a web browser written in Java, utilizing the JavaFX platform. The browser is based on WebKit, that is an open source web browser engine that supports HTML5, JavaScript, CSS, DOM rendering and SVG graphics.

Screenshot

Screenshot

Building

Tested with Amazon Corretto 18 and JavaFX SDK 18.

  1. Clone this repository with git clone (or Download ZIP and extract to your desired folder).

  2. Open the project folder in Visual Studio Code or VSCodium

  3. Go to .vscode/launch.json and add vmArgs under configurations

"vmArgs": "--module-path /path/to/lib --add-modules=javafx.controls,javafx.fxml --add-modules=javafx.swing,javafx.graphics,javafx.fxml,javafx.media,javafx.web --add-reads javafx.graphics=ALL-UNNAMED --add-opens javafx.controls/com.sun.javafx.charts=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.iio=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.iio.common=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-opens javafx.base/com.sun.javafx.runtime=ALL-UNNAMED"

On Linux:

VMArgs-Linux

On Windows:

VMArgs-Windows

  1. Build the workspace and enjoy!

Meet the team