Giter VIP home page Giter VIP logo

galacticraftapi's People

Contributors

alphamode avatar craftablescience avatar justpyrrha avatar marcus8448 avatar romvoid95 avatar sebasphere avatar stevekung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

galacticraftapi's Issues

[DRAFT] GalactiStats

GalactiStats is a per-server leaderboard system that server owners can run to publicly display a leaderboard of space race teams.

To Do:

  • GalactiStats instance
    • Restful API
    • Web leaderboard
    • Hosting methods
      • Server mod
      • Standalone
  • Mobile app (Flutter) that can connect to multiple GalactiStats instances.
    • Ranking notifications
  • Mod (Part of Addon-API)
    • Allow addons to add/remove points.
    • Config to connect to GalactiStats instance.

stale 0.4

@marcus8448 any chance we can fast forward 0.4 without rockets and satellites? im gonna branch off it and update to 1.19 and update workflows to publish builds to snapshot maven repo so people dont have to publish to local before building gc5

Addon API

Creating an API to allow developers to make addons.

Addon devs would use Fabric's modImplementation system in their build.gradle

repositories {
    maven { url = "https://cdn.hrzn.studio/maven" }
}

dependencies {
    modImplementation("com.hrznstudio:galacticraft:1.0.0")
    include modImplementation("com.hrznstudio:galacticraft-api:1.0.0")
}

And add GC:R to their fabric.mod.json

{
    "depends": {
        "galacticraft-api": "*",
    },
    "suggests": {
        "galacticraft-rewoven": "*"
    }
}

Devs would then use classes in the com.hrznstudio.galacticraft.api package to create their addons.

Documentation would is also required for this. It would include basic examples for the main features of the API along with a Javadoc.

Project

  • Move API into its own module.
  • Separate artifact output for API.

API

  • Dimensions (Planets, Moons, Solar Systems, etc)
  • Vehicles (Rockets, Buggies, etc)
  • Blocks (Launch Pads, Ores for other planets, etc)
  • Space Race Integration
  • Gear (Oxygen Mask, Thermal Gear, etc)
  • Unlocks (Schematics)
  • Gases (atmospherics)

Docs

  • Dev Environment Setup
  • Basic Examples
  • Javadocs

Edit (10/12/2019): Update to reflect the latest fabric-loom changes.
Edit (15/06/2020): Changed tasks and update install steps

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.