{"id":18782075,"url":"https://github.com/gpuopen-librariesandsdks/renderstudiokit","last_synced_at":"2025-08-01T18:10:56.281Z","repository":{"id":209922170,"uuid":"722940159","full_name":"GPUOpen-LibrariesAndSDKs/RenderStudioKit","owner":"GPUOpen-LibrariesAndSDKs","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-12T13:45:07.000Z","size":572,"stargazers_count":37,"open_issues_count":6,"forks_count":5,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-07-08T06:14:11.894Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GPUOpen-LibrariesAndSDKs.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,"zenodo":null}},"created_at":"2023-11-24T10:03:00.000Z","updated_at":"2025-04-08T02:52:04.000Z","dependencies_parsed_at":"2023-11-29T20:43:58.261Z","dependency_job_id":"ec656a1f-4c90-4206-b6ba-9e8fb22d3489","html_url":"https://github.com/GPUOpen-LibrariesAndSDKs/RenderStudioKit","commit_stats":null,"previous_names":["gpuopen-librariesandsdks/renderstudiokit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GPUOpen-LibrariesAndSDKs/RenderStudioKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-LibrariesAndSDKs%2FRenderStudioKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-LibrariesAndSDKs%2FRenderStudioKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-LibrariesAndSDKs%2FRenderStudioKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-LibrariesAndSDKs%2FRenderStudioKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GPUOpen-LibrariesAndSDKs","download_url":"https://codeload.github.com/GPUOpen-LibrariesAndSDKs/RenderStudioKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-LibrariesAndSDKs%2FRenderStudioKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268272979,"owners_count":24223790,"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-08-01T02:00:08.611Z","response_time":67,"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":[],"created_at":"2024-11-07T20:34:44.378Z","updated_at":"2025-08-01T18:10:56.249Z","avatar_url":"https://github.com/GPUOpen-LibrariesAndSDKs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AMD RenderStudio Kit\nThis repo contains all required methods to integrate USD software into AMD RenderStudio ecosystem\n\n## Quick start\n### Build OpenUSD\n```bash\ncd OpenUSD\npython build_scripts\\build_usd.py --openimageio --materialx --src Downloads --build Build Install --build-args \"boost, --with-log\"\n```\n\n### Build RenderStudioKit\n```bash\ncd RenderStudioKit\ncmake -B Build -DCMAKE_PREFIX_PATH=\u003cOpenUSD\u003e -DCMAKE_INSTALL_PREFIX=\u003cOpenUSD\u003e\ncmake --build Build --config Release\n```\n\n## Build overview\n### Dependencies\n```bash\npip3 install -r Workspace/requirements.txt\n```\n\u003e Please note CMake would install pip requirements during build by default. Consider use WITH_PYTHON_DEPENDENCIES_INSTALL option to disable this.\n### CMake options\n```bash\nWITH_SHARED_WORKSPACE_SUPPORT [ON] - Enables shared workspace feature. Requires pyinstaller to be installed\nWITH_PYTHON_DEPENDENCIES_INSTALL [ON] - Enables automatic install for all build requirements for Python\nUSD_LOCATION [\"\"] - Here CMAKE_INSTALL_PREFIX of USD build should be passed\n```\n\n## Deployment\n### Prepare directories on remote\n```bash\nsudo mkdir -p /opt/rs/ \u0026\u0026 sudo chown $(whoami) /opt/rs\nsudo mkdir -p \"/var/lib/AMD/AMD RenderStudio/\" \u0026\u0026 sudo chown $(whoami) \"/var/lib/AMD/AMD RenderStudio/\"\n```\n### Deploy from builder\n- Set **studio** remote in ~/.ssh/config\n```bash\nmake -C Kit/Tools/ deploy\n```\n### Nginx config sample\n```bash\nserver {\n    # Redirect workspace requests to RenderStudioWorkspace\n    location /workspace/ {\n        proxy_pass http://127.0.0.1:52700;\n    }\n\n    # Redirect live requests to RenderStudioServer\n    location /workspace/live/ {\n        proxy_pass http://127.0.0.1:52702/;\n        proxy_http_version  1.1;\n        proxy_set_header Upgrade $http_upgrade;\n        proxy_set_header Connection \"upgrade\";\n    }\n}\n```\n\n## Running\n### Launch server\n```bash\n/opt/rs/RenderStudioServer/Run.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpuopen-librariesandsdks%2Frenderstudiokit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpuopen-librariesandsdks%2Frenderstudiokit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpuopen-librariesandsdks%2Frenderstudiokit/lists"}