Links
Tags
Creators
Details
1.3.0
Compatibility
Changes
this update includes a breaking change in the bindings: play_audio now requires 2 more parameters: sample_rate, and format, you shouldn't have to worry about this if you're using the standard library
this update also adds GooseGPU, a virtual GPU designed to run 3D programs/games, this utilizes Minecraft's Blaze3D graphics backend to efficiently render 3D, this supports rendering models, and textures!
the equivalent gooseboy-rs version for this release is 0.3.1
here's a list of some of the changes:
- new miniview feature allowing crates to be docked
- new button to upload and export crate storage
- the chicory compiler now can cache the crates (setting in the config)
- chicory (the WASM runtime) has been updated to the latest version
- many improvements to the UI
- fixed multiple security issues
- fixed multiple bugs
- license has been updated to GPL-3
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| gooseboy-1.3.0-sources.jar | Sources jar | 92.59 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:g9gZB3CI:Idlhdr4F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g9gZB3CI:Idlhdr4F"
}

