Skip to content

Commit 17f6306

Browse files
committed
Update images (screenshots, architecture) and the features page.
1 parent d8456f7 commit 17f6306

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

src/features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@ icon: deployed_code
3232
- Histogram tool to visualize the distribution of values ​​for a given property.
3333
- Multiple file storage systems are supported: webdav server, local file system and IndexedDB.
3434
- Load/Export IFC models. Support for multiple IFC schemas (IFC2X3, IFC4 and IFC4X3_ADD2).
35-
- Load/Export models in BRF format (JSON BimRocket format).
35+
- Load/Export models in BRF format (JSON Bimrocket format).
3636
- Load/Export models in STL, GLB, Wavefront OBJ and Collada formats.
3737
- Integrated with external services (some of them provided by bimrocket-server)
3838
- Webdav server where models, scripts, reports and other files are stored.
3939
- [BCF](https://en.wikipedia.org/wiki/BIM_Collaboration_Format) service (BIM Collaboration Service)
4040
- [bSDD](https://www.buildingsmart.org/users/services/buildingsmart-data-dictionary/) service (buildingSmart Data Dictionary)
4141
- [WFS](https://www.ogc.org/es/publications/standard/wfs/) service (OGC Web Feature Service)
4242
- [Brain4it](http://brain4it.org) (AI platform oriented to the IoT)
43-
- IFCDB service (stores IFC objects in a database)
43+
- Bimrocket IFCDB service (stores IFC objects in a database)
4444
- Bimrocket security service (user and role management)
4545
- Bimrocket print service (generates a PDF with vector geometries)
4646
- Data for bimrocket-server services can be stored in OrientDB or MongoDB.
4747
- Modular design to easily extend functionality.
4848
- Web application with a responsive user interface. Support for touch devices.
49+
- Multi-language support (currently available in English, Spanish and Catalan).
4950
- Based on [THREE.js](https://threejs.org) library.
5051
- Built with Maven.

src/img/architecture.png

-2.39 KB
Loading
322 KB
Loading

src/index.njk

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,19 @@ icon: home
2222

2323
<section class="screenshots">
2424

25-
<img src="/img/screenshots/screenshot-1.png" alt="Screenshot 1" />
25+
{% macro screenshot(id, title) %}
26+
<a href="/img/screenshots/screenshot-{{ id }}.png" title="Screenshot {{ id }}">
27+
<img src="/img/screenshots/screenshot-{{ id }}.png" alt="{{ title }}">
28+
</a>
29+
{% endmacro %}
2630

27-
<img src="/img/screenshots/screenshot-2.png" alt="Screenshot 2" />
31+
{{ screenshot(1, "") }}
2832

29-
<img src="/img/screenshots/screenshot-3.png" alt="Screenshot 3" />
33+
{{ screenshot(2, "") }}
34+
35+
{{ screenshot(3, "") }}
36+
37+
{{ screenshot(4, "") }}
3038

3139
</section>
3240

0 commit comments

Comments
 (0)