Science Score: 65.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization intcdc has institutional domain (www.intcdc.uni-stuttgart.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
Repository
Visual Analytics Framework for Grasshopper
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
- Releases: 0
Topics
Metadata Files
README.md
### VisuAlFroG
# Visual Analytics Framework for Grasshopper
<!-- if published replace 'unpublished' with '10.18419/darus--XXXX' and adapt link at the end -->
Description
VisuAlFroG is a framework that provides various visualizations to support visual analytics for the algorithmic modelling software Grasshopper. Grasshopper for its part is a plug-in of the commercial 3D computer graphics and computer-aided design application software Rhinoceros (short Rhino3D). The basic architecture of VisuAlFroG consists of a core framework providing general functionality and a module-based extension mechanism that easily allows to integrate new visualizations. New custom visualizations can be based on the following existing visualization libraries: WPF, SciChart, d3.js, and Bokeh. Predefined standard visualizations like Scatter Plot, Line Chart, Column/Bar Chart, and Parallel Coordinates Plot (PCP) are already provided based on the SciChart library.

Documentation
- The Installation Guide provides useful information on how to build from source code and how to install the binary files to be used in Grasshopper.
- The Developer Guide provides detailed information on how to add custom visualizations, for example.
License
See the license file. The VisuAlFroG Developer Team holds the copyright and consists of all people listed as contributors of this repository.
Dependencies
There are no external dependencies included in this repository. They are downloaded during building of the software from source code via NuGet package manager and are used unmodified. The licenses of the external dependencies allow to redistribute them in the compiled form of the software. - RhinoCommon (.NET plugin SDK for Rhino): MIT - Grasshopper .NET plugin: MIT - d3: ISC License (functionally equivalent to MIT license) - Bokeh: BSD-3 Clause - SciChart: EULA - pythonnet: MIT - OWIN: Apache 2.0 - OwinSelfHost: Microsoft Software License Terms - other transitive dependencies are published under MIT, Apache 2.0, or the Microsoft Software License Terms
Citation
Choose from GitHub citation prompt Cite this repository on the right for different formats. The citation is based on the Citation Cite Format (CFF) and has been generated with CFFINIT.
Acknowledgements
- This project is supported by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany's Excellence Strategy – EXC 2120/1 – 390831618
- Thank you to SciChart for their great open source vizualization library and for allowing to distribute licensed SciChart as part of the compiled form of this software.
- Thank you to the Bokeh Development Team (Anaconda, Inc., and Bokeh Contributors) for their great open source vizualization library.
- Thank you to Mike Bostock for the great d3 open source data visualization library.
- Thank you to Craiyon AI image generator for the nice VisuAlFrog logo :satisfied:
Owner
- Name: Cluster of Excellence IntCDC
- Login: IntCDC
- Kind: organization
- Location: Germany
- Website: https://www.intcdc.uni-stuttgart.de/
- Repositories: 1
- Profile: https://github.com/IntCDC
Cluster of Excellence Integrative Computational Design and Construction for Architecture (University of Stuttgart, Max Planck Institute for Intelligent Systems)
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit https://bit.ly/cffinit
cff-version: 1.2.0
title: Visual Analytics Framework for Grasshopper (VisuAlFroG)
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Matthias
family-names: Braun
email: matthias.braun@intcdc.uni-stuttgart.de
affiliation: University of Stuttgart
orcid: 'https://orcid.org/0000-0001-8591-3690'
- given-names: Max
family-names: Zorn
email: max-benjamin.zorn@icd.uni-stuttgart.de
affiliation: University of Stuttgart
orcid: 'https://orcid.org/0000-0003-0109-1963'
- given-names: Moataz
family-names: Abdelaal
email: moataz.abdealaal@visus.uni-stuttgart.de
affiliation: University of Stuttgart
orcid: 'https://orcid.org/0000-0003-4630-7916'
- given-names: Thomas
family-names: Wortmann
email: thomas.wortmann@icd.uni-stuttgart.de
affiliation: University of Stuttgart
orcid: 'https://orcid.org/0000-0002-5604-1624'
- given-names: Daniel
family-names: Weiskopf
orcid: 'https://orcid.org/0000-0003-1174-1026'
email: daniel.weiskopf@visus.uni-stuttgart.de
affiliation: University of Stuttgart
repository-code: 'https://github.com/IntCDC/VisuAlFroG'
abstract: >-
VisuAlFroG is a framework that provides various
visualization types to support visual analytics for the
algorithmic modelling software Grasshopper. Grasshopper
for its part is a plug-in of the commercial 3D computer
graphics and computer-aided design application software
Rhinoceros 3D. The basic architecture of VisuAlFroG
consists of a core framework providing general
functionality and a module based extension mechanism that
easily allows to integrate new visualizations based on
external libraries.
keywords:
- framework
- grasshopper
- visual-analytics
- research-software
- computational-design
- computing-in-architecture
license: MIT
version: '0.1'
# Extra fields
contact:
- email: rdm@intcdc.uni-stuttgart.de
name: IntCDC Research Data Management
license-url: 'https://github.com/IntCDC/VisuAlFroG/blob/main/LICENSE'
GitHub Events
Total
- Issues event: 5
- Delete event: 1
- Member event: 1
- Issue comment event: 2
- Push event: 10
- Create event: 1
Last Year
- Issues event: 5
- Delete event: 1
- Member event: 1
- Issue comment event: 2
- Push event: 10
- Create event: 1
Dependencies
- actions/checkout v3 composite
- microsoft/setup-msbuild v1.1.3 composite
- nuget/setup-nuget v1 composite
- Newtonsoft.Json 13.0.3
- DynamicLanguageRuntime 1.3.4
- Microsoft.CSharp 4.7.0
- System.Reflection.Emit 4.7.0
- pythonnet 3.0.1
- SciChart 7.0.2.27161
- Microsoft.AspNet.WebApi.Client 6.0.0
- Microsoft.AspNet.WebApi.Core 5.3.0
- Microsoft.AspNet.WebApi.Owin 5.3.0
- Microsoft.AspNet.WebApi.OwinSelfHost 5.3.0
- Microsoft.Owin 4.2.2
- Microsoft.Owin.Host.HttpListener 4.2.2
- Microsoft.Owin.Hosting 4.2.2
- Newtonsoft.Json 13.0.3
- Newtonsoft.Json.Bson 1.0.2
- Owin 1.0
- SciChart 8.0.0.27737
- System.Buffers 4.5.1
- System.Memory 4.5.5
- System.Numerics.Vectors 4.5.0
- System.Runtime.CompilerServices.Unsafe 6.0.0
- System.Threading.Tasks.Extensions 4.5.4
- Microsoft.AspNet.WebApi.Client 6.0.0
- Microsoft.AspNet.WebApi.Core 5.3.0
- Microsoft.AspNet.WebApi.Owin 5.3.0
- Microsoft.AspNet.WebApi.OwinSelfHost 5.3.0
- Microsoft.Owin 4.2.2
- Microsoft.Owin.Host.HttpListener 4.2.2
- Microsoft.Owin.Hosting 4.2.2
- Newtonsoft.Json 13.0.3
- Newtonsoft.Json.Bson 1.0.2
- Owin 1.0
- System.Buffers 4.5.1
- System.Memory 4.5.5
- System.Numerics.Vectors 4.5.0
- System.Runtime.CompilerServices.Unsafe 6.0.0
- System.Threading.Tasks.Extensions 4.5.4
- Microsoft.AspNet.WebApi.Client 5.2.9
- Microsoft.AspNet.WebApi.Core 5.2.9
- Microsoft.AspNet.WebApi.Owin 5.2.9
- Microsoft.AspNet.WebApi.OwinSelfHost 5.2.9
- Microsoft.Owin 4.2.2
- Microsoft.Owin.Host.HttpListener 4.2.2
- Microsoft.Owin.Hosting 4.2.2
- Newtonsoft.Json 13.0.3
- Owin 1.0
- Grasshopper 8.5.24072.13001
- Microsoft.AspNet.WebApi.OwinSelfHost 5.3.0
- Microsoft.Owin.Host.HttpListener 4.2.2
- Microsoft.Owin.Hosting 4.2.2
- Newtonsoft.Json 13.0.3