{"id":21107317,"url":"https://github.com/ninjascl/domepunk","last_synced_at":"2025-07-08T16:31:42.595Z","repository":{"id":119741257,"uuid":"298614732","full_name":"NinjasCL/domepunk","owner":"NinjasCL","description":"🐦 Dome Punk🐓: Utility libs for Dome engine and Wren language with inspiration from Flashpunk and others.","archived":false,"fork":false,"pushed_at":"2024-11-02T03:01:58.000Z","size":361,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-02T04:16:33.184Z","etag":null,"topics":["dome-engine","game","tools","wren","wren-language"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NinjasCL.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.adoc","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":"2020-09-25T15:43:11.000Z","updated_at":"2024-11-02T03:02:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ce4bc86-7fcc-4e8f-ae23-31a518de8c4f","html_url":"https://github.com/NinjasCL/domepunk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fdomepunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fdomepunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fdomepunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fdomepunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NinjasCL","download_url":"https://codeload.github.com/NinjasCL/domepunk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225449702,"owners_count":17476095,"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":["dome-engine","game","tools","wren","wren-language"],"created_at":"2024-11-20T00:38:37.708Z","updated_at":"2024-11-20T00:38:38.417Z","avatar_url":"https://github.com/NinjasCL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":ext-relative:\n:toc: macro\n:toclevels: 4\n\n++++\n  \u003ch1 align=\"center\"\u003e🐦 Dome Punk🐓\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/292738/94819996-54788000-03d6-11eb-81e3-0d87fd7e9741.png\" alt=\"Rooster Icon by Freepik https://www.flaticon.com/authors/freepik\" style=\"width:30%;height:auto;\"\u003e\n  \u003c/p\u003e\n++++\n\nUtility libs for usage with https://github.com/avivbeeri/dome[Dome Game Engine]. Inspired by https://github.com/useflashpunk/FlashPunk[Flash Punk], https://github.com/HaxePunk/HaxePunk[Haxe Punk] and others.\n\nhttps://ninjas.cl[image:https://img.shields.io/badge/Ninjas-CL-green.svg?style=flat-square[Ninjas.cl]] https://www.mozilla.org/en-US/MPL/2.0/[image:https://img.shields.io/github/license/ninjascl/domepunk.svg?style=flat-square[MPL v2]] https://github.com/NinjasCL/domepunk/actions?query=workflow%3A%22Execute+Tests+Suite%22[image:https://img.shields.io/github/workflow/status/ninjascl/domepunk/Execute%20Tests%20Suite?label=tests\u0026style=flat-square[Tests]]\n\ntoc::[]\n\n## 🚀 Environment setup\n\n### Requirements\n\n- https://domeengine.com/[Dome Engine].\n- https://wren.io/[Wren]. (The main programming language).\n- https://www.python.org/download/releases/3.0/[Python 3]. (For special tools only).\n\n## 👩‍💻 Project explanation\n\n_Wren_ is a niche but nice programming language. Unfortunately, it lacks many features and libraries that other ecosystems have by default. _Dome Engine_ is a wonderful game engine with a minimalist approach. This project was inspired by game libraries such as https://github.com/useflashpunk/FlashPunk[Flash Punk] and https://github.com/HaxePunk/HaxePunk[Haxe Punk]. Its main purpose is to bring quality of life libraries and tools that could benefit both _Dome Game_ projects and vanilla _Wren_ ones.\n\n## ✏️ Documentation\n\nThe main documentation is hosted at the https://github.com/NinjasCL/domepunk/wiki[Project Wiki]. And the source files are inside the link:docs{ext-relative}[_docs_] directory.\n\n## 📘 License\n\nUnless explicitily stated, all source code is under the permissive link:LICENSE.adoc{ext-relative}[MPL v2.0 (Mozilla Public License Version 2.0)] license.\n\nIs a copyleft license that is easy to comply with. You can combine the _MPL version 2.0_ software with a proprietary or differently licensed code.\n\n- If you don’t modify the code inside this library, you will have to provide just a link to the library sources.\n\n- If you modify these libs, you will have to provide just the sources for the modified files (not the entire project).\n\n### More Info\n\n- https://www.mozilla.org/en-US/MPL/2.0/[Mozila MPL 2.0]\n- https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licences[OSS License Comparison]\n- https://shakuro.com/blog/software-licenses-explained/[Software Licenses Explained]\n- https://choosealicense.com/licenses/mpl-2.0/[Choose a License]\n\n## 🤩 Credits\n\n++++\n\u003cp\u003eRooster Icon made by \u003ca href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003e\n  Made with \u003ci class=\"fa fa-heart\"\u003e\u0026#9829;\u003c/i\u003e by\n  \u003ca href=\"https://ninjas.cl\"\u003e\n    Ninjas.cl\n  \u003c/a\u003e.\n\u003c/p\u003e\n++++\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninjascl%2Fdomepunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninjascl%2Fdomepunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninjascl%2Fdomepunk/lists"}