{"id":21522755,"url":"https://github.com/poeschl/kixelflut","last_synced_at":"2026-04-28T17:02:38.512Z","repository":{"id":52925055,"uuid":"242569210","full_name":"Poeschl/Kixelflut","owner":"Poeschl","description":"A Pixelflut wrapper for Kotlin and Java","archived":false,"fork":false,"pushed_at":"2023-05-01T10:38:42.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T19:05:48.705Z","etag":null,"topics":["java","kotlin","pixelflut"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Poeschl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"custom":"https://www.buymeacoffee.com/poeschl"}},"created_at":"2020-02-23T18:30:23.000Z","updated_at":"2023-05-01T10:24:18.000Z","dependencies_parsed_at":"2024-11-24T02:00:34.647Z","dependency_job_id":null,"html_url":"https://github.com/Poeschl/Kixelflut","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Poeschl/Kixelflut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poeschl%2FKixelflut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poeschl%2FKixelflut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poeschl%2FKixelflut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poeschl%2FKixelflut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poeschl","download_url":"https://codeload.github.com/Poeschl/Kixelflut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poeschl%2FKixelflut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["java","kotlin","pixelflut"],"created_at":"2024-11-24T01:11:39.328Z","updated_at":"2026-04-28T17:02:38.486Z","avatar_url":"https://github.com/Poeschl.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/poeschl"],"categories":[],"sub_categories":[],"readme":"# Kixelflut [![Push tests](https://img.shields.io/github/actions/workflow/status/Poeschl/Kixelflut/master-check.yaml?branch=master)](https://github.com/Poeschl/Kixelflut/actions)\n\nA [Pixelflut](https://github.com/defnull/pixelflut) interface for Java and Kotlin written in Kotlin.\n\n## Installation\n\n[![Latest version](https://img.shields.io/maven-central/v/xyz.poeschl/Kixelflut)](https://search.maven.org/artifact/xyz.poeschl/Kixelflut)\n\nKixelflut is available via Maven Central, so copy one of the snippets below into your maven or gradle project and it will be installed.\n\n```groovy\n\ndependencies {\n    implementation 'xyz.poeschl:Kixelflut:{version}'\n}\n\n```\n\nTo use it in a maven project add this in the pom.xml:\n\n```xml\n\u003c/project\u003e\n    ...    \n    \u003cdependencies\u003e \n        \u003cdependency\u003e\n          \u003cgroupId\u003exyz.poeschl\u003c/groupId\u003e\n          \u003cartifactId\u003eKixelflut\u003c/artifactId\u003e\n          \u003cversion\u003e{version}\u003c/version\u003e\n          \u003ctype\u003epom\u003c/type\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/project\u003e\n```\n\n\n## Usage\n\nThe Pixelflut interface is located in the `Pixelflut` class. There are the basic commands of the protocol.\n\nAdditional utils for drawing lines or areas can be found in `DrawUtils`.\n\nTo get yourself going fast the `Painter` class is a nice way to inherit.\nFor examples take a look at the [Mazedrawer classes](https://github.com/Poeschl/PixelMaze/blob/master/src/main/kotlin/io/github/poeschl/pixelflutmaze/labyrinth/LabyrinthDrawer.kt).\n\nThe interface uses KotlinLogging for logging output and will put it to any slf4j logger available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoeschl%2Fkixelflut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoeschl%2Fkixelflut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoeschl%2Fkixelflut/lists"}