10000 GitHub - alicerunsonfedora/cubiomeskit: Create, inspect, and view Minecraft worlds in your macOS, iOS, and iPadOS apps.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create, inspect, and view Minecraft worlds in your macOS, iOS, and iPadOS apps.

License

Notifications You must be signed in to change notification settings
10000

alicerunsonfedora/cubiomeskit

Repository files navigation

CubiomesKit

CubiomesKit icon

Create, inspect, and view Minecraft worlds in your macOS, iOS, and iPadOS apps.

With CubiomesKit, you can create and inspect Minecraft Java worlds programmatically in your macOS, iOS, and iPadOS apps. It leverages the Cubiomes library to facilitate generation, searches, and rendering map images.

CubiomesKit also supports integration with MapKit to display interactive maps, with support for AppKit/UIKit and SwiftUI.

Important: At this time, only words generated in Minecraft Java Edition are supported.

Getting started

Support

CubiomesKit guarantees support for the following platforms:

  • macOS Ventura (13.0) or later
  • iOS 16 or later
  • tvOS 16 or later
  • watchOS 8 or later

Getting started

To add the package as a dependency to your project, add the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/alicerunsonfedora/cubiomesKit",
             from: "1.0.0")
]

Or go to File -> Add Package Dependencies... in Xcode to add the dependency.

License

CubiomesKit is free and open-source software licensed under the Mozilla Public License, v2.

0