{"id":19190696,"url":"https://github.com/a4-tacks/rust-term_lattice","last_synced_at":"2025-10-28T06:35:15.819Z","repository":{"id":149607783,"uuid":"622078030","full_name":"A4-Tacks/rust-term_lattice","owner":"A4-Tacks","description":"Used to use ANSI output dot matrix drawing boards on terminals that support VT100. Due to the use of in cremental output, it is very fast.","archived":false,"fork":false,"pushed_at":"2024-06-14T10:53:54.000Z","size":486,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T03:55:30.872Z","etag":null,"topics":["ansi-term","ansi-terminal","draw","lattice","plot","rust","rust-lang","terminal","tui","tui-rs","vt100"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/A4-Tacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-01T03:55:59.000Z","updated_at":"2023-08-07T08:35:46.000Z","dependencies_parsed_at":"2024-11-09T11:35:30.676Z","dependency_job_id":"7816e5fc-5226-481a-b664-1a3396c451ed","html_url":"https://github.com/A4-Tacks/rust-term_lattice","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"0e2181aab61693d7a992a4abf94105499b9fc9c4"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/A4-Tacks/rust-term_lattice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A4-Tacks%2Frust-term_lattice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A4-Tacks%2Frust-term_lattice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A4-Tacks%2Frust-term_lattice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A4-Tacks%2Frust-term_lattice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/A4-Tacks","download_url":"https://codeload.github.com/A4-Tacks/rust-term_lattice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A4-Tacks%2Frust-term_lattice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281397340,"owners_count":26493908,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansi-term","ansi-terminal","draw","lattice","plot","rust","rust-lang","terminal","tui","tui-rs","vt100"],"created_at":"2024-11-09T11:35:25.787Z","updated_at":"2025-10-28T06:35:15.803Z","avatar_url":"https://github.com/A4-Tacks.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Used to use ANSI output dot matrix drawing boards on terminals that support VT100. Due to the use of incremental output, it is very fast.\n- Supports true color and 256 colors\n\n## Info\n- crate: \u003chttps://crates.io/crates/term_lattice\u003e\n\n# Presentation Effects\n![01 from github](https://raw.githubusercontent.com/A4-Tacks/rust-term_lattice/main/Examples/Examples1.png)\n![02 from github](https://raw.githubusercontent.com/A4-Tacks/rust-term_lattice/main/Examples/Examples2.png)\n\nCreate a new color lattice at a fixed location and use incremental output to quickly refresh.\n\n# Examples\n```rust\nuse term_lattice::{Config,Color,ScreenBuffer};\n\nlet n = 100;\nlet mut cfg = Config::new();\ncfg.default_color = Color::C256(15);\ncfg.chromatic_aberration = 1;\nlet a = ScreenBuffer::new_from_cfg([n; 2], cfg);\n\nfor i in 0..n {\n    a.set([i; 2], Color::C256((i \u0026 0xff) as u8));\n    println!(\"\\x1b[H{}\", a.flush(false));\n}\n```\n\n\n# Panics\n`The number of buffer rows must be an even number. found: {}`\n## Examples\n```rust\nuse term_lattice::ScreenBuffer;\nScreenBuffer::new([100, 101]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa4-tacks%2Frust-term_lattice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa4-tacks%2Frust-term_lattice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa4-tacks%2Frust-term_lattice/lists"}