{"id":37043953,"url":"https://github.com/simulation-tree/texture-systems","last_synced_at":"2026-01-14T05:03:14.414Z","repository":{"id":301749563,"uuid":"824369381","full_name":"simulation-tree/texture-systems","owner":"simulation-tree","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-22T03:07:57.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T05:28:41.575Z","etag":null,"topics":["csharp","dotnet","images","textures"],"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-07-05T01:45:36.000Z","updated_at":"2025-09-22T03:08:01.000Z","dependencies_parsed_at":"2025-06-28T16:24:47.794Z","dependency_job_id":"59815361-3d09-4f3e-84b1-f6918d5948bd","html_url":"https://github.com/simulation-tree/texture-systems","commit_stats":null,"previous_names":["simulation-tree/texture-systems"],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/simulation-tree/texture-systems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftexture-systems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftexture-systems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftexture-systems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftexture-systems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulation-tree","download_url":"https://codeload.github.com/simulation-tree/texture-systems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Ftexture-systems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["csharp","dotnet","images","textures"],"created_at":"2026-01-14T05:03:13.829Z","updated_at":"2026-01-14T05:03:14.409Z","avatar_url":"https://github.com/simulation-tree.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Texture Systems\n\nImplements the `texture` project.\n\n### Updating\n\nFor textures to be loaded from an address:\n```cs\nsimulator.Add(new DataImportSystem(simulator, world));\nsimulator.Add(new TextureImportSystem(simulator, world));\n\n//create the image and get it loaded\nTexture texture = new(world, \"C:/image.png\");\nsimulator.Broadcast(new DataUpdate());\n\n//do work with the loaded image\nAssert.That(texture.IsLoaded, Is.True);\nAssert.That(texture.Width, Is.GreaterThan(0));\nAssert.That(texture.Height, Is.GreaterThan(0));\nSpan\u003cPixel\u003e pixels = texture.Pixels;\n\nsimulator.Remove\u003cTextureImportSystem\u003e();\nsimulator.Remove\u003cDataImportSystem\u003e();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Ftexture-systems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulation-tree%2Ftexture-systems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Ftexture-systems/lists"}