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

latenightdef/LibreDog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%