{"id":15624138,"url":"https://github.com/eevee/doom-text-generator","last_synced_at":"2025-10-20T00:07:02.678Z","repository":{"id":254176229,"uuid":"845368899","full_name":"eevee/doom-text-generator","owner":"eevee","description":"it's a doom text generator.  it generates doom text","archived":false,"fork":false,"pushed_at":"2024-11-27T21:08:53.000Z","size":851,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:51:13.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://c.eev.ee/doom-text-generator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eevee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-21T05:45:51.000Z","updated_at":"2025-03-26T05:55:42.000Z","dependencies_parsed_at":"2025-03-08T07:40:50.086Z","dependency_job_id":null,"html_url":"https://github.com/eevee/doom-text-generator","commit_stats":{"total_commits":71,"total_committers":1,"mean_commits":71.0,"dds":0.0,"last_synced_commit":"b9f990b192fb05d0b68688c77260295e75d416ac"},"previous_names":["eevee/doom-text-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eevee%2Fdoom-text-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eevee%2Fdoom-text-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eevee%2Fdoom-text-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eevee%2Fdoom-text-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eevee","download_url":"https://codeload.github.com/eevee/doom-text-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251340942,"owners_count":21574015,"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":[],"created_at":"2024-10-03T10:00:10.228Z","updated_at":"2025-10-20T00:06:57.659Z","avatar_url":"https://github.com/eevee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doom Text Generator\n\nThis is my Doom text generator.  It generates Doom text.  It has several built-in fonts, and it can read most Doom-ecosystem font formats from WADs or PK3s.  It also supports ZDoom-like color translations for recoloring text.\n\nYou probably want to use it via its hosted form: https://c.eev.ee/doom-text-generator/\n\nYou are, of course, also free to grab the source code and run it locally, but note that due to browser restrictions, it ***will not*** run from a `file:///` URL.  You will need a tiny HTTP server, like the one that ships with Python, which can be run with `python -m http.server` (with an optional port).\n\nMost of the included fonts are commercial works extracted from commercial products, and I do not have permission to use them beyond the general air of quietly-tolerated remix culture in the Doom community and the fact that vanilla Doom requires a level graphic.  C'est la vie.\n\n\n## Technical stuff\n\nI originally wrote this in a single day as an advent calendar idea, so the original iteration (`doom-font-to-montage.py`) is a hot mess of Python and ImageMagick.\n\nI later improved on this somewhat:\n\n- The frontend can now read WADs, PK3s, and most notably FON2s, so I can ship FON2s directly and skip montaging them.\n\n- I wrote a new Python parser (`doom-font-to-montage2.py`) that sucks less and uses Pillow instead of shelling out to the most godawful ImageMagick incantations you've ever seen in your life.\n\n- I guess I'm maintaining two versions of every parser now but that's fine.\n\nIt's still fairly simple and straightforward: parse, lay out text, blit a lot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feevee%2Fdoom-text-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feevee%2Fdoom-text-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feevee%2Fdoom-text-generator/lists"}