{"id":13525474,"url":"https://github.com/wisp-forest/owo-lib","last_synced_at":"2025-04-09T23:19:00.348Z","repository":{"id":37479951,"uuid":"370481201","full_name":"wisp-forest/owo-lib","owner":"wisp-forest","description":"Open ωorthωhile Operations, yes the acronym was \"totally accidental\"","archived":false,"fork":false,"pushed_at":"2025-03-24T22:45:50.000Z","size":2949,"stargazers_count":210,"open_issues_count":70,"forks_count":44,"subscribers_count":5,"default_branch":"1.21.4","last_synced_at":"2025-04-09T23:18:57.869Z","etag":null,"topics":["abstraction","library","minecraft-mod","utility"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/owo-lib","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisp-forest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-24T20:49:20.000Z","updated_at":"2025-04-08T11:41:03.000Z","dependencies_parsed_at":"2023-11-21T01:37:25.173Z","dependency_job_id":"71214584-9d27-4c8c-9291-8a594f70eeff","html_url":"https://github.com/wisp-forest/owo-lib","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisp-forest%2Fowo-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisp-forest%2Fowo-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisp-forest%2Fowo-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisp-forest%2Fowo-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisp-forest","download_url":"https://codeload.github.com/wisp-forest/owo-lib/tar.gz/refs/heads/1.21.4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125644,"owners_count":21051778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abstraction","library","minecraft-mod","utility"],"created_at":"2024-08-01T06:01:19.112Z","updated_at":"2025-04-09T23:19:00.322Z","avatar_url":"https://github.com/wisp-forest.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/VXjFso4.png\"\u003e\n    \u003cbr\u003e\n    oωo (owo-lib)\n    \u003cbr\u003e\n    \u003ca href=\"https://www.curseforge.com/minecraft/mc-mods/owo-lib\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/-CurseForge-gray?style=for-the-badge\u0026logo=curseforge\u0026labelColor=orange\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://modrinth.com/mod/owo-lib\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/-modrinth-gray?style=for-the-badge\u0026labelColor=green\u0026labelWidth=15\u0026logo=appveyor\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/wisp-forest/owo-lib/releases\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/v/release/glisco03/owo-lib?logo=github\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/xrwHKktV2d\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/825828008644313089?label=wisp%20forest\u0026logo=discord\u0026logoColor=white\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\u003c/h1\u003e\n    \n## Overview\n\nA general utility, GUI and config library for modding on Fabric. oωo is generally aimed at reducing code verbosity and making development more ergonomic. It covers a wide range of features from networking and serialization over GUI applications and configuration to data handling and registration. \n\n**Build Setup:**\n```properties\n# https://maven.wispforest.io/io/wispforest/owo-lib/\nowo_version=...\n```\n\n```groovy\nrepositories {\n    maven { url 'https://maven.wispforest.io' }\n}\n\n\u003c...\u003e\n\ndependencies {\n    modImplementation \"io.wispforest:owo-lib:${project.owo_version}\"\n    // only if you plan to use owo-config\n    annotationProcessor \"io.wispforest:owo-lib:${project.owo_version}\"\n    \n    // include this if you don't want force your users to install owo\n    // sentinel will warn them and give the option to download it automatically\n    include \"io.wispforest:owo-sentinel:${project.owo_version}\"\n}\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eKotlin DSL\u003c/strong\u003e\u003c/summary\u003e\n    \n```kotlin\nrepositories {\n    maven(\"https://maven.wispforest.io\")\n}\n    \ndependencies {\n    modImplementation(\"io.wispforest:owo-lib:${properties[\"owo_version\"]}\")\n    // only if you plan to use owo-config\n    annotationProcessor(\"io.wispforest:owo-lib:${properties[\"owo_version\"]}\")\n    \n    // include this if you don't want force your users to install owo\n    // sentinel will warn them and give the option to download it automatically\n    include(\"io.wispforest:owo-sentinel:${properties[\"owo_version\"]}\")\n} \n```\n    \n\u003c/details\u003e\n\nYou can check the latest version on the [Releases](https://github.com/wisp-forest/owo-lib/releases) page\n\nowo is documented in two main ways:\n - There is rich, detailed JavaDoc throughout the entire codebase\n - There is a wiki with in-depth explanations and tutorials for most of owo's features over at https://docs.wispforest.io/owo/features/\n\n## Features\n\nThis is by no means an exhaustive list, for a more complete overview head to https://docs.wispforest.io/owo/features/\n\n - [owo-ui](https://docs.wispforest.io/owo/ui/), a fully-featured declarative UI library for building dynamic, beautiful screens with blazingly fast development times\n - [owo-config](https://docs.wispforest.io/owo/config/), a built-in, customizable configuration system built on top of owo-ui. It provides many of the same features as [Cloth Config](https://modrinth.com/mod/cloth-config) while many new conveniences, like server-client config synchronization, added on top\n - A fully automatic [registration system](https://docs.wispforest.io/owo/registration/) that is designed to be as generic as possible. It is simple and non-verbose to use for basic registries, yet the underlying API tree is flexible and can also be used for many custom registration solutions\n - [Item Group extensions](https://docs.wispforest.io/owo/item-groups/) which allow for sub-tabs inside your mod's group as well as a host of other features like custom buttons, textures and item variant handling\n - A fully-featured [networking layer](https://docs.wispforest.io/owo/networking/) with fully automatic serialization, handshaking to ensure client compatibility and a built-in solution for triggering parametrized particle events in a side-agnostic manner\n - Client-sided particle helpers that allow for easily composing multi-particle effects\n - Rich text translations, allowing you to use Minecraft's text component format in your language files to provide styled text without any code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisp-forest%2Fowo-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisp-forest%2Fowo-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisp-forest%2Fowo-lib/lists"}