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.
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
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.
CubiomesKit is free and open-source software licensed under the Mozilla Public License, v2.