{"id":20105064,"url":"https://github.com/misyltoad/d9vr","last_synced_at":"2025-07-22T23:33:22.117Z","repository":{"id":135968109,"uuid":"145043572","full_name":"misyltoad/d9vr","owner":"misyltoad","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-07T14:32:13.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T09:45:45.480Z","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/misyltoad.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":"2018-08-16T22:05:57.000Z","updated_at":"2023-09-08T17:43:58.000Z","dependencies_parsed_at":"2023-03-19T19:05:25.368Z","dependency_job_id":null,"html_url":"https://github.com/misyltoad/d9vr","commit_stats":null,"previous_names":["misyltoad/d9vr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misyltoad/d9vr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fd9vr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fd9vr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fd9vr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fd9vr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misyltoad","download_url":"https://codeload.github.com/misyltoad/d9vr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fd9vr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266590555,"owners_count":23952959,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-13T17:45:43.502Z","updated_at":"2025-07-22T23:33:22.100Z","avatar_url":"https://github.com/misyltoad.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# D9VR\n\nD9VR is a nice D3D9 wrapper that has some magic inside to allow you to do VR stuff.\n\n## How do I use it?\nExample:\n\n```\nHMODULE hD3D9 = LoadLibraryA(\"d3d9.dll\");\nGetD9VRInterfaceProc Proc = (GetD9VRInterfaceProc)GetProcAddress(hD3D9, \"GetD9VRInterface\");\n\nm_pD9VR = Proc();\n\nif (m_pD9VR)\n{\n\tm_pD9VR-\u003eSetConversionCallback((d9vr::MatrixConversionCallback)MatrixConversionD9VR);\n\tm_pD9VR-\u003eSetLoggingCallback((d9vr::LoggingCallback)Msg);\n\tCreateRenderTargets(materials);\n}\n```\n\nThen you can use m_pD9VR-\u003ewhatever.\nIt has a very similar interface to OpenVR (in fact, it wraps it but should hopefully be expandable.)\n\n## Notes\n\nMake your main framebuffer the size of the RT you want to allocate + 1.\nThis will avoid you issues in the future.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisyltoad%2Fd9vr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisyltoad%2Fd9vr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisyltoad%2Fd9vr/lists"}