Steanky / Proxima

Yet another pathfinding library for Minecraft development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxima

standard-readme compliant

A general-purpose asynchronous pathfinding library for Minecraft, with an emphasis on performance and scalability.

Table of Contents

Background

This project began because it was necessary to implement an efficient, concurrent pathfinding system for my Minecraft server Phantazm.

Install

Latest version of 'proxima-core' @ Cloudsmith

Proxima binaries are hosted over on Cloudsmith. You can use Proxima by adding it as a dependency to your build management system of choice.

For Gradle, add the repository URL like this:

repositories {
    maven {
        url 'https://dl.cloudsmith.io/public/steanky/proxima/maven/'
    }
}

And in your dependencies section:

dependencies {

    implementation 'com.github.steanky:proxima-core:1.0.0'

}

(this assumes version 1.0.0, you'll probably want to grab the latest version above)

You can also build binaries directly from source:

git clone https://github.com/Steanky/Proxima.git
cd ./Proxima
./gradlew build

Usage

Proxima uses Java 17 and Gradle 7.4 by default.

Maintainers

Steanky

Contributing

PRs accepted.

License

GNU General Public License v3.0

Hosting

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

About

Yet another pathfinding library for Minecraft development.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%