{
"name": "defold-xoshiro256",
"description": "A fast, high-quality PRNG Native Extension for Defold based on the xoshiro256++ algorithm, seeded via splitmix64.",
"license": "MIT",
"tags": [
"Math"
],
"author": "Glorius Silver",
"library_url": "https://github.com/glorius-silver/defold-xoshiro256/archive/master.zip",
"forum_url": "",
"project_url": "https://github.com/glorius-silver/defold-xoshiro256",
"website_url": "https://prng.di.unimi.it/",
"platforms": [
"iOS",
"Android",
"macOS",
"Windows",
"Linux",
"HTML5"
],
"images": {
"hero": "https://raw.githubusercontent.com/glorius-silver/defold-xoshiro256/refs/heads/master/xoshiro256_banner.png",
"thumb": "https://raw.githubusercontent.com/glorius-silver/defold-xoshiro256/refs/heads/master/xoshiro256_thumb.png"
}
}
name - (REQUIRED) Name of the awesome Defold asset.
description - (REQUIRED) Short text describing the asset.
license - (OPTIONAL) The license used by the asset.
author - (REQUIRED) Name of the extension author.
library_url - (OPTIONAL) URL to add as Defold project dependency (eg https://github.com/britzl/monarch/archive/master.zip).
forum_url - (OPTIONAL) URL to a Defold forum post for discussions about the asset.
project_url - (OPTIONAL) URL to a site with additional information about the asset (eg https://github.com/britzl/monarch).
website_url - (OPTIONAL) URL to a site with additional information.
tags - (REQUIRED) One or more tags to categorize the asset.
platforms - (REQUIRED) One or more platforms supported by the asset.
images - (OPTIONAL) Filenames of images that can be used when presenting the asset.
thumb - (OPTIONAL) Filename of attached image to use as thumbnail image. PNG, JPG or WEBP. Recommended size is 900x600 pixels (3:2 aspect ratio).
Note: You must provide at least one of library_url, website_url and project_url.
{ "name": "defold-xoshiro256", "description": "A fast, high-quality PRNG Native Extension for Defold based on the xoshiro256++ algorithm, seeded via splitmix64.", "license": "MIT", "tags": [ "Math" ], "author": "Glorius Silver", "library_url": "https://github.com/glorius-silver/defold-xoshiro256/archive/master.zip", "forum_url": "", "project_url": "https://github.com/glorius-silver/defold-xoshiro256", "website_url": "https://prng.di.unimi.it/", "platforms": [ "iOS", "Android", "macOS", "Windows", "Linux", "HTML5" ], "images": { "hero": "https://raw.githubusercontent.com/glorius-silver/defold-xoshiro256/refs/heads/master/xoshiro256_banner.png", "thumb": "https://raw.githubusercontent.com/glorius-silver/defold-xoshiro256/refs/heads/master/xoshiro256_thumb.png" } }name- (REQUIRED) Name of the awesome Defold asset.description- (REQUIRED) Short text describing the asset.license- (OPTIONAL) The license used by the asset.author- (REQUIRED) Name of the extension author.library_url- (OPTIONAL) URL to add as Defold project dependency (eg https://github.com/britzl/monarch/archive/master.zip).forum_url- (OPTIONAL) URL to a Defold forum post for discussions about the asset.project_url- (OPTIONAL) URL to a site with additional information about the asset (eg https://github.com/britzl/monarch).website_url- (OPTIONAL) URL to a site with additional information.tags- (REQUIRED) One or more tags to categorize the asset.platforms- (REQUIRED) One or more platforms supported by the asset.images- (OPTIONAL) Filenames of images that can be used when presenting the asset.thumb- (OPTIONAL) Filename of attached image to use as thumbnail image. PNG, JPG or WEBP. Recommended size is 900x600 pixels (3:2 aspect ratio).Note: You must provide at least one of
library_url,website_urlandproject_url.