Git Product home page Git Product logo

proxima's Introduction

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.

proxima's People

Contributors

steanky avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.