Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninjascl/domepunk
π¦ Dome Punkπ: Utility libs for Dome engine and Wren language with inspiration from Flashpunk and others.
https://github.com/ninjascl/domepunk
dome-engine game tools wren wren-language
Last synced: about 5 hours ago
JSON representation
π¦ Dome Punkπ: Utility libs for Dome engine and Wren language with inspiration from Flashpunk and others.
- Host: GitHub
- URL: https://github.com/ninjascl/domepunk
- Owner: NinjasCL
- License: mpl-2.0
- Created: 2020-09-25T15:43:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T03:01:58.000Z (18 days ago)
- Last Synced: 2024-11-02T04:16:33.184Z (18 days ago)
- Topics: dome-engine, game, tools, wren, wren-language
- Language: JavaScript
- Homepage:
- Size: 353 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
Awesome Lists containing this project
README
:ext-relative:
:toc: macro
:toclevels: 4++++
π¦ Dome Punkπ
++++Utility 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.
https://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&style=flat-square[Tests]]
toc::[]
## π Environment setup
### Requirements
- https://domeengine.com/[Dome Engine].
- https://wren.io/[Wren]. (The main programming language).
- https://www.python.org/download/releases/3.0/[Python 3]. (For special tools only).## π©βπ» Project explanation
_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.
## βοΈ Documentation
The 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.
## π License
Unless explicitily stated, all source code is under the permissive link:LICENSE.adoc{ext-relative}[MPL v2.0 (Mozilla Public License Version 2.0)] license.
Is 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.
- If you donβt modify the code inside this library, you will have to provide just a link to the library sources.
- If you modify these libs, you will have to provide just the sources for the modified files (not the entire project).
### More Info
- https://www.mozilla.org/en-US/MPL/2.0/[Mozila MPL 2.0]
- https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licences[OSS License Comparison]
- https://shakuro.com/blog/software-licenses-explained/[Software Licenses Explained]
- https://choosealicense.com/licenses/mpl-2.0/[Choose a License]## π€© Credits
++++
Rooster Icon made by Freepik from www.flaticon.com
Made with β₯ by
Ninjas.cl
.
++++