{"id":25914473,"url":"https://github.com/thometnanni/vantage-renderer","last_synced_at":"2025-03-03T11:20:49.284Z","repository":{"id":256188631,"uuid":"851535944","full_name":"thometnanni/vantage-renderer","owner":"thometnanni","description":"Vantage-renderer is an open-source 3D projection renderer built with Three.js. It provides a modular framework for projecting media (images and videos) onto 3D environments using custom web components. Designed for fact-checkers, investigative journalists, and OSINT practitioners.","archived":false,"fork":false,"pushed_at":"2025-02-28T09:27:12.000Z","size":60138,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-01T18:33:04.810Z","etag":null,"topics":["investigative-journalism","osint","photomatching","threejs","web-components"],"latest_commit_sha":null,"homepage":"https://thometnanni.github.io/vantage-renderer/","language":"JavaScript","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/thometnanni.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-09-03T09:19:37.000Z","updated_at":"2025-03-01T18:21:45.000Z","dependencies_parsed_at":"2025-02-21T15:36:55.537Z","dependency_job_id":null,"html_url":"https://github.com/thometnanni/vantage-renderer","commit_stats":null,"previous_names":["thometnanni/vantage"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thometnanni%2Fvantage-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thometnanni%2Fvantage-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thometnanni%2Fvantage-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thometnanni%2Fvantage-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thometnanni","download_url":"https://codeload.github.com/thometnanni/vantage-renderer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241410986,"owners_count":19958743,"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":["investigative-journalism","osint","photomatching","threejs","web-components"],"created_at":"2025-03-03T11:20:48.679Z","updated_at":"2025-03-03T11:20:49.276Z","avatar_url":"https://github.com/thometnanni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vantage-renderer\n\nVantage-renderer is an open-source 3D projection renderer built with Three.js.  It provides a modular framework for projecting media (images and videos) onto 3D environments using custom web components. Designed for fact-checkers, investigative journalists, and OSINT practitioners.\n\n\n## Features\n\n- `\u003cvantage-renderer\u003e`: Main container that sets up the Three.js scene, renderer, and camera controls.\n- `\u003cvantage-projection\u003e`: Manages projections, texture/video loading, and keyframe updates.\n- `\u003cvantage-keyframe\u003e`: Defines camera states (position, rotation, fov, etc.) at specific times.\n\n## Installation\n\nInstall via npm:\n\n`npm install vantage-renderer`\n\n## Usage\n\nInclude the custom elements in your HTML:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n  \u003cmeta charset=\"UTF-8\" /\u003e\n  \u003ctitle\u003evantage-renderer Example\u003c/title\u003e\n  \u003cscript type=\"module\" src=\"src/main.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003cvantage-renderer scene=\"path/to/scene.gltf\" time=\"0\" first-person=\"false\" controls=\"edit\"\u003e\n    \u003cvantage-projection src=\"path/to/texture.mp4\" focus=\"true\"\u003e\n      \u003cvantage-keyframe time=\"0\" position=\"0 1.8 0\" rotation=\"0 0 0\" fov=\"60\" far=\"150\"\u003e\u003c/vantage-keyframe\u003e\n      \u003cvantage-keyframe time=\"10\" position=\"10 1.8 0\" rotation=\"0 0 0\" fov=\"60\" far=\"150\"\u003e\u003c/vantage-keyframe\u003e\n    \u003c/vantage-projection\u003e\n  \u003c/vantage-renderer\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Development\n\n```\ngit clone https://github.com/thometnanni/vantage-renderer.git\ncd vantage-renderer\nnpm install\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthometnanni%2Fvantage-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthometnanni%2Fvantage-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthometnanni%2Fvantage-renderer/lists"}