Releases: Naoghuman/lib-tile
New release v0.2.0
Welcome to Lib-Tile
with the new release 0.2.0
.
Lib-Tile
is a multi Maven project written in JavaFX and NetBeans IDE and provides the functionalities to use and handle easily Tiles in your JavaFX application.
A Tile
is per definition a little transparent Image which overlay a background-color or -image with the help of repetitions from the image in a layer.
Summary
- This is a mayor update.
- Rework the
api
from the library. - Add new
TileValidator
. - Add new sub-library
Lib-Tile-Customized-Examples
. - Update the documentation and JavaDoc to reflect the changes.
Enhancement
#18 [api] Rework api from Validator.
#17 [api] Switch 'autor' and 'autorUrl' to Optional.
#9 [Lib-Tile] Rework the API for the library.
#4 [Documentation] Add a template for the release-notes.
Feature
#8 [Lib-Tile] Prepare libraries for Maven Central.
#6 [Lib-Tile-Customized-Examples] Add new library Lib-Tile-Customized-Examples.
Refactoring
#16 [documentation] Update the JavaDoc.
#15 [project] Update the project description.
#13 [pom] Remove the maven-release-plugin
in the build
section.
#11 [Lib-Tile-TransparentTextures-Images] Update the README.md.
#12 [Documentation] Fix output from the README in the browser.
#7 [Lib-Tile] Update the README.
#5 [Lib-Tile-TransparentTextures] Rename parameters in first constructor.
#2 [pom] Remove not needed dependency to to commens-lang3.
Additional
#10 [pom] Update dependency to maven-compiler-plugin.
Greetings
Naoghuman (Peter Rogge)
New release v0.1.0
Welcome to Lib-Tile
with the new release 0.1.0
.
The project Lib-Tile
contains following subprojects
which are included into this release:
- Lib-Tile-Core
- Lib-Tile-TransparentTextures
- Lib-Tile-TransparentTextures-Images
There are different zip
files as download available. Plz choose the right one in dependency from your necessities:
- Download Lib-Tile-Core-0.1.0.zip
- Contains only the library lib-tile-core-0.1.0.jar.
- You need to define your own AbstractTileLoader and your own Tiles
images in your application.
- Download Lib-Tile-Core-And-TransparentTextures-0.1.0.zip
- Contains the libraries lib-tile-core-0.1.0.jar, lib-tile-transparenttextures-0.1.0.jar,
lib-tile-transparenttextures-images-0.1.0.jar. - You can use the predefined tileset
Transparent Textures
in your application.
- Contains the libraries lib-tile-core-0.1.0.jar, lib-tile-transparenttextures-0.1.0.jar,
Summary
- With this release the new project
Lib-Tile
with its sub-libraries are released in version0.1.0
.
New
- Lib-Tile-Core
- The library
Lib-Tile-Core
provides the main functionalities to load a
Tile as a Background or an Image with a concrete implementation from
an AbstractTileLoader.
- The library
- Lib-Tile-TransparentTextures
- With the library
Lib-Tile-TransparentTextures
the developer have access
to the tilesetTransparent Textures
from the internet page
https://www.transparenttextures.com/ through the enumTransparentTexturesTile
.
Momentary that are396
Tiles.
- With the library
- Lib-Tile-TransparentTextures-Images
- The library
Lib-Tile-TransparentTextures-Images
contains all images from
the tilesetTransparent Textures
and the loader TransparentTexturesTileLoader
which allowed the developer to load a Tile image from the enum
TransparentTexturesTile.
- The library