{"id":37051499,"url":"https://github.com/simulation-tree/text-rendering","last_synced_at":"2026-01-14T05:56:51.619Z","repository":{"id":314764120,"uuid":"845697905","full_name":"simulation-tree/text-rendering","owner":"simulation-tree","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T03:04:12.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T13:56:58.845Z","etag":null,"topics":["csharp","dotnet","fonts","rendering","text"],"latest_commit_sha":null,"homepage":"","language":"C#","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/simulation-tree.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-21T18:49:19.000Z","updated_at":"2025-09-24T03:01:13.000Z","dependencies_parsed_at":"2025-09-14T17:37:43.478Z","dependency_job_id":"25a82310-64f6-4657-9a23-038381398841","html_url":"https://github.com/simulation-tree/text-rendering","commit_stats":null,"previous_names":["simulation-tree/text-rendering"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/simulation-tree/text-rendering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftext-rendering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftext-rendering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftext-rendering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftext-rendering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulation-tree","download_url":"https://codeload.github.com/simulation-tree/text-rendering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftext-rendering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["csharp","dotnet","fonts","rendering","text"],"created_at":"2026-01-14T05:56:51.026Z","updated_at":"2026-01-14T05:56:51.614Z","avatar_url":"https://github.com/simulation-tree.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Rendering\nDefinition of generated [meshes](https://github.com/simulation-tree/meshes) with UV coordinates pointing to glyphs from [fonts](https://github.com/simulation-tree/fonts).\n\n### Usage\nText rendering happens in 3D space like rendering other meshes. Each of them require a text mesh, material\nand a camera (similar to regular renderers). The text mesh itself requires a font and the text content.\n```cs\nusing World world = new();\nFont font = ...\nTextMesh textMesh = new(world, \"Hello, World!\", font);\nwhile (!textMesh.Is())\n{\n    world.Submit(new DataUpdate());\n    world.Submit(new FontUpdate());\n    world.Submit(new RenderUpdate());\n    world.Poll();\n}\n\nMaterial textMaterial = ...\nTextRenderer textRenderer = new(world, textMesh, textMaterial, camera);\nEntity textRendererEntity = textRenderer;\n```\n\u003e The material is expected to have a sampler2D at binding 0 for the font atlas. The remaining is up to you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Ftext-rendering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulation-tree%2Ftext-rendering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Ftext-rendering/lists"}