Skip to content

BlackRookSoftware/RookScript-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Rook RookScript Desktop

Copyright (c) 2021 Black Rook Software.
https://github.com/BlackRookSoftware/RookScript

Latest Release
Online Javadoc

Required Libraries

RookScript 1.10.0+

Required Java Modules

java.desktop

Where to Get

Introduction

This library contains more RookScript functions that revolve around the Java Desktop module. These involve some Desktop toolkit functions and image functions.

Why?

This is separate from the main RookScript library since it requires an additional Java module, in order to keep the promise of having a scripting system that is modular.

Library

Contained in this release is a series of classes that should be used for RookScript functions. The javadocs contain basic outlines of each package's contents.

Compiling with Maven

To install/compile this library and make all artifacts with Apache Maven, type:

mvn install

To compile this library, type:

mvn compile

To make Maven-compatible JARs of this library, type:

mvn jar:jar

To make Javadocs:

mvn javadoc:javadoc

To run tests, type:

mvn test

To generate a coverage report, type:

mvn test jacoco:report

To clean up everything:

mvn clean

Javadocs

Online Javadocs can be found at: https://blackrooksoftware.github.io/RookScript/javadoc/Desktop

Other

This program and the accompanying materials are made available under the terms of the GNU Lesser Public License v2.1 which accompanies this distribution, and is available at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

A copy of the LGPL should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.

This contains code copied from Black Rook Base, under the terms of the MIT License (docs/LICENSE-BlackRookBase.txt).

About

Extensions to RookScript - functions that require the java.desktop module.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages