Fix: Update connectors (#4182)
* Update connectors Add ArcGIS connector, update descriptions, update install button text * Align height of individual connector cards
This commit is contained in:
committed by
GitHub
parent
4ddaa543dc
commit
a3401abfaa
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<CommonCard
|
||||
class="flex flex-1 flex-col gap-1 !p-4 !pt-2 !pb-3 hover:border-outline-2"
|
||||
>
|
||||
<CommonCard class="flex flex-1 flex-col gap-1 !p-4 !pt-2 !pb-3 h-full">
|
||||
<div class="flex gap-2 items-center">
|
||||
<img
|
||||
v-if="connector.image"
|
||||
@@ -11,12 +9,6 @@
|
||||
class="w-[48px] -ml-1"
|
||||
/>
|
||||
<div class="flex flex-col gap-y-1.5">
|
||||
<p
|
||||
v-if="connector.isComingSoon"
|
||||
class="text-body-3xs text-foreground-2 leading-none"
|
||||
>
|
||||
Coming soon
|
||||
</p>
|
||||
<h2 class="text-body-xs text-foreground font-medium leading-none">
|
||||
{{ connector.title }}
|
||||
</h2>
|
||||
@@ -25,7 +17,7 @@
|
||||
<p class="text-body-2xs text-foreground-2 line-clamp-2 leading-5">
|
||||
{{ connector.description }}
|
||||
</p>
|
||||
<div class="space-x-2 mt-2">
|
||||
<div class="space-x-1 mt-2">
|
||||
<FormButton
|
||||
color="outline"
|
||||
size="sm"
|
||||
@@ -38,13 +30,12 @@
|
||||
})
|
||||
"
|
||||
>
|
||||
{{ connector.isComingSoon ? 'Coming soon' : 'Install' }}
|
||||
{{ connector.isComingSoon ? 'Coming soon' : 'Install for Windows' }}
|
||||
</FormButton>
|
||||
<FormButton
|
||||
v-if="connector.url"
|
||||
color="outline"
|
||||
color="subtle"
|
||||
size="sm"
|
||||
text
|
||||
target="_blank"
|
||||
external
|
||||
:to="connector.url"
|
||||
|
||||
@@ -18,7 +18,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Revit',
|
||||
slug: 'revit',
|
||||
description:
|
||||
'Extract BIM data for further processing and visualisation, or dynamically create models from other CAD applications using Speckle for Revit! Supports Revit 2020 to 2025.',
|
||||
'Publish and load models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/revit',
|
||||
image: '/images/connectors/revit.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.BIM]
|
||||
@@ -27,7 +27,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Rhino',
|
||||
slug: 'rhino',
|
||||
description:
|
||||
'From sending and receiving geometry to scaffolding BIM models from simple geometry: Speckle for Rhino is here to help. Supports versions 6, 7 and 8 on Windows and version 7 on Mac.',
|
||||
'Publish and load Rhino models for high-quality design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/rhino',
|
||||
image: '/images/connectors/rhino.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.CADAndModeling]
|
||||
@@ -36,7 +36,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Power BI',
|
||||
slug: 'powerbi',
|
||||
description:
|
||||
"Speckle's Power BI Connector allows you to integrate data from various AEC apps (like Revit, Archicad, IFC and more)! You can create detailed analysis and interactive 3D visualisations.",
|
||||
'Load Power BI models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/power-bi',
|
||||
image: '/images/connectors/powerbi.png',
|
||||
categories: [ConnectorCategory.BusinessIntelligence]
|
||||
@@ -45,7 +45,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'SketchUp',
|
||||
slug: 'sketchup',
|
||||
description:
|
||||
'Be an early adopter and try the Speckle Connector for SketchUp (Beta). Send your SketchUp models out and receive models from other CAD/BIM apps. Supports versions 2021, 2022, 2023 and 2024.',
|
||||
'Publish and load SketchUp models for high-quality design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/sketchup-beta',
|
||||
image: '/images/connectors/sketchup.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.CADAndModeling]
|
||||
@@ -54,16 +54,25 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'QGIS',
|
||||
slug: 'qgis',
|
||||
description:
|
||||
'The Speckle Connector for QGIS, compatible with QGIS 3.20 onwards. You can install it from Speckle Manager or directly from the QGIS Plugins menu.',
|
||||
'Publish QGIS models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/qgis',
|
||||
image: '/images/connectors/qgis.png',
|
||||
categories: [ConnectorCategory.GIS]
|
||||
},
|
||||
{
|
||||
title: 'ArcGIS',
|
||||
slug: 'arcgis',
|
||||
description:
|
||||
'Publish ArcGIS models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/arcgis',
|
||||
image: '/images/connectors/arcgis.png',
|
||||
categories: [ConnectorCategory.GIS]
|
||||
},
|
||||
{
|
||||
title: 'AutoCAD',
|
||||
slug: 'autocad',
|
||||
description:
|
||||
'Exchange and extract geometry using the Speckle AutoCAD Connector. Supports versions 2021, 2022, 2023, 2024 and 2025',
|
||||
'Publish and load AutoCAD models for high-quality design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/autocad',
|
||||
image: '/images/connectors/autocad.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.CADAndModeling]
|
||||
@@ -72,7 +81,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Civil3D',
|
||||
slug: 'civil3d',
|
||||
description:
|
||||
'Exchange and extract data from Civil3D using Speckle - alignments and more! Supports versions 2021, 2022, 2023, 2024 and 2025.',
|
||||
'Publish and load Civil 3D models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/civil3d',
|
||||
image: '/images/connectors/civil3d.png',
|
||||
categories: [
|
||||
@@ -85,7 +94,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'ETABS',
|
||||
slug: 'etabs',
|
||||
description:
|
||||
'Connect to Speckle with our (alpha) Connector for ETABS 18, 19, 20 and 21. Send and receive structural model data in customisable ways to enhance your workflows!',
|
||||
'Publish ETABS models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/etabs',
|
||||
image: '/images/connectors/etabs.png',
|
||||
categories: [ConnectorCategory.Structural]
|
||||
@@ -94,7 +103,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Navisworks',
|
||||
slug: 'navisworks',
|
||||
description:
|
||||
"Share aggregated models from Navisworks (2020-2025) to Speckle: publish geometry and properties from specific search sets, selections, views, or clash results! Speckle's Navisworks Connector allows targeted exports so that you can focus on the most relevant aspects of your model data for enhanced usability in collaborative workflows.",
|
||||
'Publish Navisworks models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/navisworks',
|
||||
image: '/images/connectors/navisworks.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.BIM]
|
||||
@@ -103,16 +112,16 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Archicad',
|
||||
slug: 'archicad',
|
||||
description:
|
||||
'Extract BIM data for further processing and visualisation, or dynamically create models from other CAD applications using Speckle for Archicad! Supports Archicad 25 to 27.',
|
||||
'Publish Archicad models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/archicad',
|
||||
image: '/images/connectors/archicad.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.BIM]
|
||||
},
|
||||
{
|
||||
title: 'TeklaStructures',
|
||||
title: 'Tekla',
|
||||
slug: 'teklastructures',
|
||||
description:
|
||||
'Connect to Speckle with our Connector for Tekla Structures. Send and receive BIM data in customisable ways to enhance your workflows.',
|
||||
'Publish Tekla Structures models to boost design coordination and business intelligence workflows.',
|
||||
url: 'https://www.speckle.systems/connectors/teklastructures-alpha',
|
||||
image: '/images/connectors/teklastructures.png',
|
||||
categories: [ConnectorCategory.NextGen, ConnectorCategory.Structural]
|
||||
@@ -122,8 +131,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
{
|
||||
title: 'Excel',
|
||||
slug: 'excel',
|
||||
description:
|
||||
"Create geometry, schedules and analyse your geometry's metadata. Available on the Microsoft Office Store.",
|
||||
description: "Create geometry, schedules and analyse your geometry's metadata.",
|
||||
image: '/images/connectors/excel.png',
|
||||
categories: [ConnectorCategory.BusinessIntelligence],
|
||||
isComingSoon: true
|
||||
@@ -131,8 +139,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
{
|
||||
title: 'Blender',
|
||||
slug: 'blender',
|
||||
description:
|
||||
'Blender is a powerful 3D modeling software and much more than that. Supports Blender 3.X & 4.X versions on Windows and Mac!',
|
||||
description: 'Load Blender models to boost design coordination workflows.',
|
||||
image: '/images/connectors/blender.png',
|
||||
categories: [ConnectorCategory.Visualisation, ConnectorCategory.CADAndModeling],
|
||||
isComingSoon: true
|
||||
@@ -141,7 +148,7 @@ export const connectorItems: ConnectorItem[] = [
|
||||
title: 'Grasshopper',
|
||||
slug: 'grasshopper',
|
||||
description:
|
||||
'Create anything from simple to advanced custom workflows using Speckle for Grasshopper, the original Speckle Connector!',
|
||||
'Publish and load models to boost design coordination and BI workflows.',
|
||||
image: '/images/connectors/grasshopper.png',
|
||||
categories: [ConnectorCategory.VisualProgramming],
|
||||
isComingSoon: true
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user