Skip to content
@ScrapyardRs

Scrapyard

A collection of tools for Minecraft built in Rust.

Scrapyard

Welcome to scrapyard.

Projects and why they exist

Drax is a library/sdk which provides a simple way of defining packets.
In some example case you'd have some packet which needs to send an integer, a varint, and a string. If we'd like to represent that we simply write:

drax::struct_packet_components! {
  ExamplePacket {
    field_integer: i32,
    field_varint: VarInt,
    field_string: String
  }
}

The library handles adding encoding, decoding, and sizing methods.

MCProtocol.rs is a mirrored protocol of Minecraft built in rust.

Popular repositories Loading

  1. MCProtocol.rs MCProtocol.rs Public

    The minecraft protocol defined in Rust-Lang.

    Rust 19 2

  2. Shovel Shovel Public

    MC server implementation written using Drax.

    Rust 1

  3. .github .github Public

  4. Connect-4 Connect-4 Public

    A server-based Connect 4 game built using Drax.

    Rust

  5. IdleGame1 IdleGame1 Public

    This is just a generic idle game as a living showcase for this organization's projects.

    Rust

Repositories

Showing 5 of 5 repositories
  • MCProtocol.rs Public

    The minecraft protocol defined in Rust-Lang.

    ScrapyardRs/MCProtocol.rs’s past year of commit activity
    Rust 19 GPL-3.0 2 0 0 Updated Mar 1, 2023
  • IdleGame1 Public

    This is just a generic idle game as a living showcase for this organization's projects.

    ScrapyardRs/IdleGame1’s past year of commit activity
    Rust 0 GPL-3.0 0 0 0 Updated Feb 5, 2023
  • Shovel Public

    MC server implementation written using Drax.

    ScrapyardRs/Shovel’s past year of commit activity
    Rust 1 GPL-3.0 0 0 0 Updated Feb 4, 2023
  • Connect-4 Public

    A server-based Connect 4 game built using Drax.

    ScrapyardRs/Connect-4’s past year of commit activity
    Rust 0 GPL-3.0 0 0 0 Updated Jan 15, 2023
  • .github Public
    ScrapyardRs/.github’s past year of commit activity
    0 0 0 0 Updated Jan 6, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…