{"id":19773564,"url":"https://github.com/stereokit/stereokit.desktopmirror","last_synced_at":"2026-02-25T08:38:07.958Z","repository":{"id":244002397,"uuid":"805210699","full_name":"StereoKit/StereoKit.DesktopMirror","owner":"StereoKit","description":"A small library for duplicating your desktop window within a StereoKit application on Windows.","archived":false,"fork":false,"pushed_at":"2025-02-22T00:05:01.000Z","size":49,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-22T00:26:43.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StereoKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-24T05:35:13.000Z","updated_at":"2025-02-22T00:05:04.000Z","dependencies_parsed_at":"2024-06-12T12:47:55.309Z","dependency_job_id":"0afb34eb-4039-40e0-a53a-8edc67fb73a4","html_url":"https://github.com/StereoKit/StereoKit.DesktopMirror","commit_stats":null,"previous_names":["stereokit/stereokit.desktopmirror"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StereoKit%2FStereoKit.DesktopMirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StereoKit%2FStereoKit.DesktopMirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StereoKit%2FStereoKit.DesktopMirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StereoKit%2FStereoKit.DesktopMirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StereoKit","download_url":"https://codeload.github.com/StereoKit/StereoKit.DesktopMirror/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241104265,"owners_count":19910401,"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-11-12T05:10:05.492Z","updated_at":"2026-02-25T08:38:02.932Z","avatar_url":"https://github.com/StereoKit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StereoKit.DesktopMirror\n\nA small library for duplicating your desktop window within a [StereoKit](https://stereokit.net) application on Windows.\n\nTo use this library, you do _not_ need to clone this repository, simply add the StereoKit.DesktopMirror NuGet package to your project! You can do this via Visual Studio's NuGet package manager UI, or via CLI like so:\n\n```bat\ndotnet add package StereoKit.DesktopMirror\n```\n\n## Usage\n\nTo use this functionality in your project, the simplest thing to do is add the `DesktopMirror` `IStepper` once, anytime in your StereoKit project.\n\n```csharp\nSK.AddStepper\u003cDesktopMirror\u003e();\n```\n\nFor more advanced usage, for example if you would like to apply the desktop texture to some other surface in your project, you can use the `DesktopMaterial` directly:\n\n```csharp\nDesktopMaterial desktop = new DesktopMaterial();\ndesktop.Start();\n\nSK.Run(() =\u003e {\n\tdesktop.Step();\n\tMesh.Cube.Draw(desktop.Material, Matrix.TS(0,0,-0.5f, 0.2f));\n});\n```\n\n## Contributing\n\nIf you wish to contribute changes or improvements to DesktopMirror, you can clone and modify the package source at https://github.com/StereoKit/StereoKit.DesktopMirror.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstereokit%2Fstereokit.desktopmirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstereokit%2Fstereokit.desktopmirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstereokit%2Fstereokit.desktopmirror/lists"}