aritzh-awt

Utility library to help making any kind of app or game.

License

License

GroupId

GroupId

io.github.aritzhack
ArtifactId

ArtifactId

aritzh-awt
Last Version

Last Version

2.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

aritzh-awt
Utility library to help making any kind of app or game.
Project URL

Project URL

https://github.com/aritzhack/aritzh
Source Code Management

Source Code Management

https://github.com/aritzhack/aritzh

Download aritzh-awt

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-awt/ -->
<dependency>
    <groupId>io.github.aritzhack</groupId>
    <artifactId>aritzh-awt</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-awt/
implementation 'io.github.aritzhack:aritzh-awt:2.6.0'
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-awt/
implementation ("io.github.aritzhack:aritzh-awt:2.6.0")
'io.github.aritzhack:aritzh-awt:jar:2.6.0'
<dependency org="io.github.aritzhack" name="aritzh-awt" rev="2.6.0">
  <artifact name="aritzh-awt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aritzhack', module='aritzh-awt', version='2.6.0')
)
libraryDependencies += "io.github.aritzhack" % "aritzh-awt" % "2.6.0"
[io.github.aritzhack/aritzh-awt "2.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.aritzhack : aritzh-core jar 2.6.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Aritzh

Build Status

Utility library to help making any kind of app or game.

What is it?

It will specially help making games in Java AWT canvases and in the near future Slick2D games too.

This is intended mostly for use in Ludum Dare, although its use is not limited.

Using it

This library is released under the terms of the Apache License v2, a quite permisive open source license.

Hey, you have a bug / this can be done better

Make an issue, comment the line of code, make a pull request... you know how it goes.

Versions

Version
2.6.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.6.5
1.6.3
1.6.2
1.6.1
1.6.0
1.5.9