jalleg win64

jalleg runtime for Windows 64 bit

License

License

GroupId

GroupId

org.gillius
ArtifactId

ArtifactId

jalleg-rt-win32-x86-64
Last Version

Last Version

5.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

jalleg win64
jalleg runtime for Windows 64 bit
Project URL

Project URL

https://github.com/gillius/jalleg-rt
Source Code Management

Source Code Management

https://github.com/gillius/jalleg-rt

Download jalleg-rt-win32-x86-64

How to add to project

<!-- https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/ -->
<dependency>
    <groupId>org.gillius</groupId>
    <artifactId>jalleg-rt-win32-x86-64</artifactId>
    <version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/
implementation 'org.gillius:jalleg-rt-win32-x86-64:5.2.3'
// https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/
implementation ("org.gillius:jalleg-rt-win32-x86-64:5.2.3")
'org.gillius:jalleg-rt-win32-x86-64:jar:5.2.3'
<dependency org="org.gillius" name="jalleg-rt-win32-x86-64" rev="5.2.3">
  <artifact name="jalleg-rt-win32-x86-64" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gillius', module='jalleg-rt-win32-x86-64', version='5.2.3')
)
libraryDependencies += "org.gillius" % "jalleg-rt-win32-x86-64" % "5.2.3"
[org.gillius/jalleg-rt-win32-x86-64 "5.2.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

jalleg Runtime Package

This repository builds a JAR with the pre-built Windows 64-bit Allegro monolith library in the layout expected for JNA auto-loading. To use this with jalleg, just include the JAR as a dependency and it will be automatically loaded when running on 64-bit JVM in Windows.

A 32-bit version is easily possible, and can be included if there are any requests.

Currently, it is not expected that there can be a version to load on Linux platforms as there is no known static build of Allegro for Linux (i.e. only that links dynamically only to glibc), but if one exists it can easily be packaged as well.

The current version of Allegro included is 5.2.3. The library is downloaded from https://github.com/liballeg/allegro5/releases/download/5.2.3.0/allegro-x86_64-w64-mingw32-gcc-7.2.0-posix-seh-static-5.2.3.1.zip Although the file version is 5.2.3.1, the release tag and documented version on the website is 5.2.3, so I have called this release 5.2.3.

The latest release on Maven Central is 5.2.3, corresponding to the Allegro release 5.2.3.

Maven:

<dependency>
  <groupId>org.gillius</groupId>
  <artifactId>jalleg-rt-win32-x86-64</artifactId>
  <version>5.2.3</version>
</dependency>

Gradle:

dependencies {
    compile 'org.gillius:jalleg-rt-win32-x86-64:5.2.3'
}

A previous version 0.1 was published that corresponded to Allegro version 5.2.0. All future releases will follow the version of Allegro.

Versions

Version
5.2.3
5.2.1
0.1