{"id":35003865,"url":"https://github.com/crramirez/casciian","last_synced_at":"2026-03-07T03:09:09.031Z","repository":{"id":328411270,"uuid":"1111722559","full_name":"crramirez/casciian","owner":"crramirez","description":"Text User Interface Library","archived":false,"fork":false,"pushed_at":"2026-01-05T10:23:13.000Z","size":21255,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T13:26:08.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/crramirez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-07T14:13:07.000Z","updated_at":"2026-01-06T19:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/crramirez/casciian","commit_stats":null,"previous_names":["crramirez/casciian"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/crramirez/casciian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crramirez%2Fcasciian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crramirez%2Fcasciian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crramirez%2Fcasciian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crramirez%2Fcasciian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crramirez","download_url":"https://codeload.github.com/crramirez/casciian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crramirez%2Fcasciian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","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":[],"created_at":"2025-12-27T04:22:10.785Z","updated_at":"2026-03-07T03:09:09.013Z","avatar_url":"https://github.com/crramirez.png","language":"Java","funding_links":[],"categories":["Table of Contents"],"sub_categories":[],"readme":"Casciian - Java Text User Interface library\n===========================================\n\nThis library implements a text-based windowing system loosely\nreminiscent of Borland's [Turbo\nVision](http://en.wikipedia.org/wiki/Turbo_Vision) system for\nXterm-like terminals.\n\nCasciian can be run inside its own terminal window, with support for\nall of its features including mouse, and of course more terminals.\n\nCasciian has seen inspiration from several other projects:\n\n* Translucent windows were inspired by\n  [notcurses](https://github.com/dankamongmen/notcurses).  Translucent\n  windows and layered images generally look as one would expect in a\n  modern graphical environment...but it's mostly text.\n\n* Pulsing button text, window effects, and desktop effects were\n  inspired by [vtm's](https://github.com/netxs-group/vtm) incredibly\n  slick game-like aesthetic.\n\n\u003cimg width=\"1612\" height=\"996\" alt=\"image\" src=\"https://github.com/user-attachments/assets/69312af6-36b3-46a2-a4c9-d77a1e804e68\" /\u003e\n\n## Getting Started\n\nIf you want to start your own Casciian-based application, there is a\n[project template](https://github.com/crramirez/casciian-app-template)\nready to use as a repository seed.\n\n## License\n\nThis project is distributed under the Apache License, Version 2.0.\n\n### Provenance\n\nCasciian is derived from a codebase originally written by Autumn Lamonte\nand dedicated to the public domain via CC0. https://codeberg.org/AutumnMeowMeow/casciian\n\nThe original public-domain dedication remains in effect for the\nhistorical code. Subsequent modifications, maintenance, and releases\nof this distribution are provided under the Apache License, Version 2.0.\n\nNothing in this license restricts the original public-domain status of\nthe upstream code.\n\n\nCopyright Status\n----------------\n\nCopyright © 2013–2025 Autumn Lamonte  \nCopyright © 2025 Carlos Rafael Ramirez\n\nMaintained by Carlos Rafael Ramirez.\n\nRunning The Demo\n----------------\n\nsrc/demo contains official demos showing all of the stock UI controls.\nThe demos can be run as follows:\n\n**Note for Windows users:** When running on Windows, you may need to add the \n`--enable-native-access=ALL-UNNAMED` flag to enable native terminal support.\nFor example: `java --enable-native-access=ALL-UNNAMED -jar casciian-demo.jar`\n\n  * `java -jar casciian-demo.jar` .  This will use\n    System.in/out with Xterm-like sequences.\n\n  * `java -cp casciian-demo.jar demo.Demo2 PORT` (where PORT is a\n    number to run the TCP daemon on).  This will use the Xterm backend\n    on a telnet server that will update with screen size changes.\n\n  * `java -cp casciian-demo.jar demo.Demo3` .  This will use\n    System.in/out with Xterm-like sequences.  One can see in the code\n    how to pass a different InputReader and OutputReader to\n    TApplication, permitting a different encoding than UTF-8; in this\n    case, code page 437.\n\n  * `java -cp casciian-demo.jar demo.Demo4` .  This demonstrates\n    hidden windows and a custom TDesktop.\n\n  * `java -cp casciian-demo.jar demo.Demo7` .  This demonstrates the\n    BoxLayoutManager, achieving a similar result as the\n    javax.swing.BoxLayout apidocs example.\n\n  * `java -cp casciian-demo.jar demo.Demo8 PORT` (where PORT is a\n    number to run the TCP daemon on).  This will use the Xterm backend\n    on a telnet server to share one screen to many terminals.\n\nEditing the Wiki\n----------------\n\nThe GitHub Wiki lives in a separate repository (`crramirez/casciian.wiki`).\nChanges made in this source repository do **not** modify the wiki. To propose\nwiki updates, clone the wiki repository directly:\n\n```\ngit clone https://github.com/crramirez/casciian.wiki.git\n```\n\nSubmit your changes there (or share patches with the maintainer) to update the\npublished wiki pages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrramirez%2Fcasciian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrramirez%2Fcasciian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrramirez%2Fcasciian/lists"}