Skip to content

fix: WebP-sourced ASCII item icons#336

Merged
mokn merged 1 commit intodevfrom
feat/creature-studio
Apr 8, 2026
Merged

fix: WebP-sourced ASCII item icons#336
mokn merged 1 commit intodevfrom
feat/creature-studio

Conversation

@mokn
Copy link
Copy Markdown
Collaborator

@mokn mokn commented Apr 8, 2026

Summary

  • Replace flat silhouette draw functions with actual WebP item illustrations as ASCII source
  • Images load async with per-session cache, then render through MonsterAsciiRenderer
  • Silhouette templates remain as fallback for items without WebP art

Test plan

  • Verify weapons/armor show detailed ASCII art matching illustration quality
  • Verify rarity glow on R3+ items
  • Verify consumables/spells still render correctly

The flat single-color silhouette draw functions produced muddy,
indistinct ASCII art. Now loads the actual WebP item illustrations
(which have rich detail, shading, and color on black backgrounds)
and feeds them through MonsterAsciiRenderer for dramatically better
output quality matching the creature ASCII aesthetic.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@mokn mokn merged commit 28ea575 into dev Apr 8, 2026
3 of 6 checks passed
@mokn mokn deleted the feat/creature-studio branch April 8, 2026 20:41
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Building Building Preview, Comment Apr 8, 2026 8:41pm
ud Building Building Preview, Comment Apr 8, 2026 8:41pm
ud-api Building Building Preview, Comment Apr 8, 2026 8:41pm
ud-api-beta Building Building Preview, Comment Apr 8, 2026 8:41pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant