Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensourceBIM/bimvie.ws
Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
https://github.com/opensourceBIM/bimvie.ws
Last synced: 3 months ago
JSON representation
Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
- Host: GitHub
- URL: https://github.com/opensourceBIM/bimvie.ws
- Owner: opensourceBIM
- License: agpl-3.0
- Created: 2012-10-29T14:13:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T18:29:11.000Z (3 months ago)
- Last Synced: 2024-08-06T22:12:25.313Z (3 months ago)
- Language: JavaScript
- Size: 20.7 MB
- Stars: 170
- Watchers: 36
- Forks: 85
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: newservice.html
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - opensourceBIM/bimvie.ws - Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc.. (others)
README
bimvie.ws
============JavaScript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie.
## How to get a working copy after a git clone:
if you do a plain checkout your missing the bimsurfer package (wich is implemented as a git submodule).
to utilize this do the following:$ cd
$ git submodule update
Cloning into 'js/bimsurfer'...
remote: Reusing existing pack: 3329, done.
remote: Total 3329 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3329/3329), 34.91 MiB | 3.33 MiB/s, done.
Resolving deltas: 100% (1685/1685), done.
Checking connectivity... done
Submodule path 'js/bimsurfer': checked out '636c9f03e7610ace088ca15602400b3f1c638e3b'
***