Thursday, Aug 6, 2026
shippedReasciiary 1.0.0 ships with redesigned README and icon
Recoordinate released Reasciiary 1.0.0, an ASCII art generator with six tools for turning images into animated 3D text, then spent the day refactoring its documentation and visual presentation across eight open-source repositories.
The day opened with the release of Reasciiary 1.0.0 [1], which ships with six tools: loops for finished animations, ascii for pictures lifted into solid form, scene for formula-cut geometry, media for reading flat glyphs, gen2d for pixel flow fields, and one exporter for rendering to another image. The release notes describe it as tools that turn "images and drawings into lit 3D ASCII art and animated loops" [1].
Recoordinate then rebuilt the project's README from the ground up. The page had grown into a long essay and became hard to read, so the old still of the window was replaced with the spiral itself, drawing the work instead of showing a screenshot of it [3]. The header now leads with "the spiral's bare drift, seventeen thousand particles wound out from the middle and lit in red" [3], letting readers see what the app makes before they read about it. The README itself was cut down to essentials: what it is, the six tools, what you need, how to run it, the command line, and links [2]. Design notes and the full flag reference for every tool moved into docs/DESIGN.md [2].
The app icon was redrawn as a matte black Terminal mark with the > and Re in glowing ASCII [4], replacing the old green-glass squircle. The source art's opaque corners were flooded to transparent so the icon floats in the dock, and every size was regenerated from the new master [4].
When no stage content loads in the browser, the app now shows a plain block of text explaining what Reasciiary is and why nothing renders here [5], rather than a still of a real render that looked like a stray drawing with no context.
The documentation work from the previous three days continued across five more repositories. In 0xsyr0/Awesome-Cybersecurity-Handbooks, Recoordinate fixed four broken table of contents links: persistence.md had #relative-id-rid-hjacking instead of #relative-id-rid-hijacking, threat_hunting.md had #advanced-yhreat-analytics instead of #advanced-threat-analytics, mobile.md had #resource instead of #resources, and payloads had #iconf instead of #iconv [6] [7].
In codama-idl/codama, the CLI README referred to the JavaScript renderer as @codama/renderer-js (singular) when the package is @codama/renderers-js (plural) [8]. In vercel/turborepo, the turbo-codemod README linked to a nonexistent loadTransforms function at ../utils/loadTransformers.ts, when the exported function is loadTransformers and the file is load-transformers.ts in kebab-case [9]. In sayanarijit/xplr, the upgrade guide listed xplr.util.shorthand when the real function is xplr.util.shorten [10]. In crowdsecurity/crowdsec, the test README linked to vagrant/Vagrantfile.common, which does not exist; the shared include is test/ansible/vagrant/common [11]. In clap-rs/clap, CONTRIBUTING.md pointed to ../src/_derive.rs, which no longer exists after the derive reference was moved into a module directory at src/_derive/mod.rs [12]. In mrdoob/three.js, roughnessNode and metalnessNode in TSL.md linked to #standard, but both are documented in the table under #meshstandardnodematerial [13].
Sources
- Reasciiary 1.0.0 · latent-9/reasciiary-ascii-art-generator
- Cut the README down and lead with the animated spiral · latent-9/reasciiary-ascii-art-generator
- Head the README with the spiral drawn in red · latent-9/reasciiary-ascii-art-generator
- Redraw the app icon as the Terminal ASCII mark · latent-9/reasciiary-ascii-art-generator
- Explain the tool in the empty stage, not a still · latent-9/reasciiary-ascii-art-generator
- docs: fix broken TOC anchor links in three handbooks · 0xsyr0/Awesome-Cybersecurity-Handbooks
- docs: fix broken iconv anchor in payloads table of contents · 0xsyr0/Awesome-Cybersecurity-Handbooks
- docs: correct @codama/renderers-js package name in CLI README · codama-idl/codama
- docs: Fix loadTransformers reference in turbo-codemod README · vercel/turborepo
- docs: fix nonexistent util function in upgrade guide · sayanarijit/xplr
- docs: fix broken Vagrant include link in test README · crowdsecurity/crowdsec
- docs: fix broken derive reference link in clap_derive CONTRIBUTING · clap-rs/clap
- docs: fix broken TSL anchor links for roughnessNode and metalnessNode · mrdoob/three.js