{"id":22982887,"url":"https://github.com/friedev/apwt","last_synced_at":"2025-04-02T10:20:24.515Z","repository":{"id":264923811,"uuid":"894537372","full_name":"friedev/apwt","owner":"friedev","description":"TUI library for AsciiPanel","archived":false,"fork":false,"pushed_at":"2024-11-26T14:42:34.000Z","size":9177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T01:28:12.839Z","etag":null,"topics":["asciipanel","library","tui"],"latest_commit_sha":null,"homepage":"https://frie.dev/apwt","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/friedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-11-26T14:28:44.000Z","updated_at":"2024-11-26T18:37:13.000Z","dependencies_parsed_at":"2024-11-26T20:42:51.518Z","dependency_job_id":null,"html_url":"https://github.com/friedev/apwt","commit_stats":null,"previous_names":["friedev/apwt"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedev%2Fapwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedev%2Fapwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedev%2Fapwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedev%2Fapwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friedev","download_url":"https://codeload.github.com/friedev/apwt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246794206,"owners_count":20834938,"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":["asciipanel","library","tui"],"created_at":"2024-12-15T02:33:29.268Z","updated_at":"2025-04-02T10:20:24.489Z","avatar_url":"https://github.com/friedev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AsciiPanel Windowing Toolkit\n\nAsciiPanel Windowing Toolkit is a library that provides several high-level UI components for [AsciiPanel](https://github.com/trystan/AsciiPanel).\n\n**DISCLAIMER:** If you want to develop a roguelike or other complex TUI application in Java, I strongly recommend using [Zircon](https://hexworks.org/projects/zircon) instead of AsciiPanel or APWT.\n\n## Compiling\n\nDependencies:\n\n- Java 8 or newer\n- Gradle (last tested with Gradle 7.5.1)\n\nTo build a library JAR:\n\n```sh\ngradle clean build jar\n```\n\n## Usage\n\nTo use APWT in your own Java project, you have a few options:\n\n1. Build a library JAR as described in the Compiling section above and include it in your project.\n2. Add this repository as a Git submodule: `git submodule add https://frie.dev/apwt.git`\n\t- You may need to create a symbolic link so that APWT's source tree is in the path expected by your build system.\n\t- See [EverSector](https://frie.dev/eversector) for an example of this configuration.\n3. Use a [Gradle source dependency](https://blog.gradle.org/introducing-source-dependencies).\n\t- I have not been able to get this to work for APWT, but you may have better luck.\n\n## Documentation\n\nAPWT has full JavaDoc documentation.\nTo read it, run `gradle javadoc` and browse to `build/docs/index.html`.\n\nTo get started, I would recommend simply initializing a `Display` object and going from there.\nThe `Display` is designed to work with a hierarchy of `Screen`s, each of which read input and display output.\nThis system is modeled after [Trystan's roguelike tutorial](https://trystans.blogspot.com/2016/01/roguelike-tutorial-00-table-of-contents.html).\n\nFor an example project using APWT, see [EverSector](https://frie.dev/eversector).\n\n## Contributing\n\nAPWT is no longer in development because it is largely feature-complete and I have no further use for it in my own projects.\nIf you want to expand on APWT, make your own fork.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedev%2Fapwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriedev%2Fapwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedev%2Fapwt/lists"}