Skip to content

Commit ad575da

Browse files
committed
ADD: logo proposal
1 parent 10c2fb8 commit ad575da

23 files changed

+43
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# diffCheck
2-
<p align="left">
1+
<p align="center">
2+
<img src="./assets/logo/logo_400_400.png" width="150">
3+
</p>
4+
<p align="center">
35
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
46
</p>
57

6-
Temporary repository for diffCheck
8+
<!--
9+
# diffCheck
10+
<p align="left">
11+
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
12+
</p> -->
713

814
## Roadmap
915

assets/logo/logo_400_400.png

12.8 KB
Loading

assets/logo/logo_text_600_643.png

31.8 KB
Loading

assets/logo/logomaker.xcf

122 KB
Binary file not shown.

assets/logo/logomaker_justlogo.xcf

72.6 KB
Binary file not shown.

assets/logo/logotests.3dm

780 KB
Binary file not shown.

assets/logo/raw2.png

12.4 KB
Loading

deps/eigen

Submodule eigen updated from e63d9f6 to 5226566
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Metadata-Version: 2.1
2+
Name: diffCheck
3+
Version: 0.0.3
4+
Summary: DiffCheck is a package to check the differences between two timber structures
5+
Home-page: https://github.com/diffCheckOrg/diffCheck
6+
Author: Andrea Settimi, Damien Gilliard, Eleni Skevaki, Marirena Kladeftira, Julien Gamerro, Stefana Parascho, and Yves Weinand
7+
Author-email: andrea.settimi@epfl.ch
8+
License: UNKNOWN
9+
Description: # DiffCheck Grasshopper Plugin
10+
11+
DiffCheck is a plugin for Rhino/Grasshopper that allows the user to compare a 3D model with its scan.
12+
13+
More information to come
14+
Platform: UNKNOWN
15+
Classifier: License :: OSI Approved :: MIT License
16+
Classifier: Programming Language :: Python :: 3
17+
Classifier: Programming Language :: Python :: 3.7
18+
Description-Content-Type: text/markdown
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
README.md
2+
setup.py
3+
diffCheck/__init__.py
4+
diffCheck/df_geometries.py
5+
diffCheck/df_joint_detector.py
6+
diffCheck/df_transformations.py
7+
diffCheck/df_util.py
8+
diffCheck/diffCheck_app.py
9+
diffCheck/test.py
10+
diffCheck.egg-info/PKG-INFO
11+
diffCheck.egg-info/SOURCES.txt
12+
diffCheck.egg-info/dependency_links.txt
13+
diffCheck.egg-info/top_level.txt

0 commit comments

Comments
 (0)