{"id":15288887,"url":"https://github.com/vimaec/vim-webgl-component","last_synced_at":"2025-03-27T21:31:33.225Z","repository":{"id":65329931,"uuid":"500957228","full_name":"vimaec/vim-webgl-component","owner":"vimaec","description":"Vim React component based on vim-webgl-viewer","archived":true,"fork":false,"pushed_at":"2024-12-09T19:32:56.000Z","size":35320,"stargazers_count":2,"open_issues_count":46,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T05:38:44.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/vimaec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2022-06-07T18:21:40.000Z","updated_at":"2024-12-17T20:08:21.000Z","dependencies_parsed_at":"2023-10-13T12:00:34.722Z","dependency_job_id":"fa253503-f320-40e7-9c09-a77f7c060654","html_url":"https://github.com/vimaec/vim-webgl-component","commit_stats":{"total_commits":660,"total_committers":5,"mean_commits":132.0,"dds":0.09999999999999998,"last_synced_commit":"0148416042760772a946fea31c8dc3f0bb19ad93"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimaec%2Fvim-webgl-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimaec%2Fvim-webgl-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimaec%2Fvim-webgl-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimaec%2Fvim-webgl-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimaec","download_url":"https://codeload.github.com/vimaec/vim-webgl-component/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245927243,"owners_count":20695194,"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-09-30T15:54:13.398Z","updated_at":"2025-03-27T21:31:28.214Z","avatar_url":"https://github.com/vimaec.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Webgl Component\n\n# Documentation\n\n[API Documentation](https://vimaec.github.io/vim-webgl-component/api/)\n\n# Live Demo\n\n## Web\n- [Small Model Demo - Residence](https://vimaec.github.io/vim-webgl-app/release?vim=https://vim02.azureedge.net/samples/residence.v1.2.75.vim)\n- [Medium Model Demo - Medical Tower](https://vimaec.github.io/vim-webgl-app/release?vim=https://vim02.azureedge.net/samples/skanska.vim)\n- [Large Model Demo - Stadium](https://vimaec.github.io/vim-webgl-app/release?vim=https://vim02.azureedge.net/samples/stadium.vim) (_Warning_: slow download times)\n\n## JSFiddle\n- [JsFiddle - Hello World](https://jsfiddle.net/simon_vimaec/2khmqy9v/)\n- [JsFiddle - Simple](https://jsfiddle.net/simon_vimaec/kmc7Lftw/)\n- [JsFiddle - Isolation](https://jsfiddle.net/simon_vimaec/72xbfa4p/)\n- [JsFiddle - Message](https://jsfiddle.net/simon_vimaec/bh17u03t/)\n- [JsFiddle - Custom Inputs](https://jsfiddle.net/simon_vimaec/k0w4erjn/)\n- [JsFiddle - Custom Context Menu](https://jsfiddle.net/simon_vimaec/7marsfwj/)\n- [JsFiddle - Custom Camera](https://jsfiddle.net/simon_vimaec/2x0noetj/)\n- [JsFiddle - Custom Loading](https://jsfiddle.net/simon_vimaec/3g2epmf1/)\n- [JsFiddle - Embedding](https://jsfiddle.net/simon_vimaec/8y321skn/)\n- [JsFiddle - Custom Bim Info](https://jsfiddle.net/simon_vimaec/abzg9jcL/)\n\n\n# Overview\n\nThe VIM Webgl Component is a React ui implementation for the [Vim WebGL Viewer]([https://jsfiddle.net/simon_vimaec/2khmqy9v/](https://github.com/vimaec/vim-webgl-viewer)).\n\n## Intents\n\n- Provide a smooth online user experience while browsing complex bim data.\n- Test and demonstrate the capabilities of the underlying vim-webgl-viewer.\n- Be easy to use, extend and customize for other developpers.\n\n## VIM\n\nThe VIM file format is a high-performance 3D scene format that supports rich BIM data, and can be easily extended to support other relational or non-relation data sets.\nUnlike IFC the VIM format is already tessellated, and ready to render. This results in very fast load times. Unlike glTF the VIM format is faster to load, scales better, and has a consistent structure for relational BIM data.\nMore information on the vim format can be found here: https://github.com/vimaec/vim\n\n### Built With\n\n- [VIM Webgl Viewer](https://github.com/vimaec/vim-webgl-viewer)\n- [react.js](https://reactjs.org/)\n\n## Getting Started\n\n1. Clone the project.\n2. Open the project in VS Code.\n3. Install packages by running npm install.\n4. Run the dev command to start a live test server.\n\nMake sure you have a recent version of NodeJS installed as Vite requires it.\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n## Contact\n\n- Simon Roberge - simon.roberge@vimaec.com\n- Martin Ashton - martin.ashton@vimaec.com\n\n## Acknowledgments\n\nThanks to these great packages and more:\n\n- [react-complex-tree](https://github.com/lukasbach/react-complex-tree)\n- [re-resizable](https://github.com/bokuweb/re-resizable)\n- [react-tooltip](https://github.com/ReactTooltip/react-tooltip)\n- [strongly typed events](https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimaec%2Fvim-webgl-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimaec%2Fvim-webgl-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimaec%2Fvim-webgl-component/lists"}