forked from xBimTeam/XbimWebUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXbimWebUI.nuspec
30 lines (29 loc) · 2.06 KB
/
XbimWebUI.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>XbimWebUI</id>
<version>0.1.18-Prerelease</version>
<title>xBIM WeXplorer</title>
<authors>xBIM team</authors>
<owners>Martin Černý, Steve Lockley</owners>
<licenseUrl>http://xbim.codeplex.com/license</licenseUrl>
<projectUrl>http://xbim.codeplex.com/</projectUrl>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xbim&DownloadId=373774&Build=20335</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
WeXplorer is the visualization part of xBIM toolkit that deals with vizualization of IFC data on web using preprocessed wexBIM file. It uses cutting edge web technologies like WebGL so it is not supposed to work in old browsers but should work very well with Chrome or Mozzilla since 2011, IE11 and others with support for this technology. Use xBIM Essentials and xBIM Geometry to create optimalized and compressed wexBIM files for vizualization.
xBIM is an Open Source Toolkit for developing IFC based applications (BuildingSmart Data model).
It provides full support for reading and writing geometry, topology and data in accordance with the Ifc2x3 schema.
xBIM reads and writes Ifc, IfcXMl and IfcZip formats.
The xBIM project provides packages to convert IFC models to COBie spreadsheets in both UK and US cultures as well as a range of 3D viewing controls for use with Windows forms, WPF, WEBGL and OpenGL platforms.
IOS and Android versions are under development.
</description>
<summary>Web vizualization part of the .Net toolkit for developing BIM applications based on the IFC standard. Essential support for the Ifc data model</summary>
<releaseNotes>Initial release</releaseNotes>
<language>en-GB</language>
<tags>WebGL, BIM, IFC, IfcXml, IfcZip, COBie, .Net, C#, BuildingSmart</tags>
</metadata>
<files>
<file src="Xbim.WeXplorer\Build\*.js" target="content\Scripts" />
</files>
</package>