Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecavepro/revit-family-web-viewer
Revit Web Viewer is a Three.js-based project viewer. Revit projects / families must be exported using RvtVa3cExporter (https://github.com/va3c/RvtVa3c)
https://github.com/codecavepro/revit-family-web-viewer
3d canvas revit three-js threejs typescript webgl webgl2
Last synced: 3 months ago
JSON representation
Revit Web Viewer is a Three.js-based project viewer. Revit projects / families must be exported using RvtVa3cExporter (https://github.com/va3c/RvtVa3c)
- Host: GitHub
- URL: https://github.com/codecavepro/revit-family-web-viewer
- Owner: CodeCavePro
- License: gpl-3.0
- Created: 2017-10-29T21:17:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:20:21.000Z (about 2 years ago)
- Last Synced: 2024-10-30T07:00:04.484Z (3 months ago)
- Topics: 3d, canvas, revit, three-js, threejs, typescript, webgl, webgl2
- Language: TypeScript
- Homepage: http://bit.ly/rfa-web-viewer
- Size: 7.99 MB
- Stars: 66
- Watchers: 4
- Forks: 29
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Revit Family (.rfa) Web Viewer
=====================[![Three.js](https://img.shields.io/badge/three.js-Revit-5D8CAE.svg)](https://threejs.org/)
[![License](https://img.shields.io/github/license/OpenHoReCa/revit-web-viewer.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![Git_tag](https://img.shields.io/github/tag/OpenHoReCa/revit-web-viewer.svg?colorB=8e8c5a)](https://github.com/OpenHoReCa/revit-web-viewer/tags)
[![Language](https://img.shields.io/github/languages/top/OpenHoReCa/revit-web-viewer.svg?colorB=0f6f6f&maxAge=3600)](https://github.com/OpenHoReCa/revit-web-viewer/search?l=typescript)[![Donate Patreon](https://img.shields.io/badge/donate-Patreon-f96854.svg)](https://www.patreon.com/salaros/)
[![Donate Paypal](https://img.shields.io/badge/donate-PayPal-009cde.svg)](https://paypal.me/salarosIT)
[![Donate Liberapay](https://img.shields.io/badge/donate-Liberapay-ffc600.svg)](https://liberapay.com/salaros/)Revit Family Web Viewer is a Three.js-based project viewer. Revit projects / families must be exported using [RvtVa3c exporter](https://github.com/va3c/RvtVa3c)
![Usage demo](./assets/unox_demo.gif)
# License
Revit Family Web Viewer is licensed under [GPLv3 license](https://github.com/OpenHoReCa/revit-web-viewer/blob/master/LICENSE), which is a [viral license](https://en.wikipedia.org/wiki/Viral_license), therefore you can use it applications distributed under the *SAME* (GPL) or compatible licenses. In most scenarios Revit Family Web Viewer **CAN'T** be distributed as part of a **proprietary** applications, even if you do not change it or charge money for you application.
Please contact [CodeCave, PUE](https://codecave.pro/contact-us/) for further information.# Credits
Revit Family Web Viewer is inspired by [Va3c viewer](https://github.com/va3c/viewer), so part of credits go to it developers.