Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's talk about logo! #9

Merged
merged 7 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# diffCheck
<p align="left">
<p align="center">
<img src="./assets/logo/logo_pixelized_596_618.png" width="150">
</p>
<p align="center">
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/gh-build.yml/badge.svg">
<img src="https://img.shields.io/pypi/v/diffCheck" href="https://pypi.org/project/diffCheck/">
</p>


Temporary repository for diffCheck

## Roadmap

```mermaid
Expand Down
Binary file added assets/logo/ViewCapture20240412_103050.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/logo_pixelized.xcf
Binary file not shown.
Binary file added assets/logo/logo_pixelized_596_618.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/logo_pixelized_64_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/logo_pixelized_64_64.xcf
Binary file not shown.
Binary file added assets/logo/logo_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo/logotests.3dm
Binary file not shown.
Binary file added assets/logo/logotests.3dmbak
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/eigen
Submodule eigen updated from b5feca to 226524
18 changes: 18 additions & 0 deletions src/gh/diffCheck/diffCheck.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Metadata-Version: 2.1
Name: diffCheck
Version: 0.0.3
Summary: DiffCheck is a package to check the differences between two timber structures
Home-page: https://github.com/diffCheckOrg/diffCheck
Author: Andrea Settimi, Damien Gilliard, Eleni Skevaki, Marirena Kladeftira, Julien Gamerro, Stefana Parascho, and Yves Weinand
Author-email: [email protected]
License: UNKNOWN
Description: # DiffCheck Grasshopper Plugin

DiffCheck is a plugin for Rhino/Grasshopper that allows the user to compare a 3D model with its scan.

More information to come
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
13 changes: 13 additions & 0 deletions src/gh/diffCheck/diffCheck.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
README.md
setup.py
diffCheck/__init__.py
diffCheck/df_geometries.py
diffCheck/df_joint_detector.py
diffCheck/df_transformations.py
diffCheck/df_util.py
diffCheck/diffCheck_app.py
diffCheck/test.py
diffCheck.egg-info/PKG-INFO
diffCheck.egg-info/SOURCES.txt
diffCheck.egg-info/dependency_links.txt
diffCheck.egg-info/top_level.txt
1 change: 1 addition & 0 deletions src/gh/diffCheck/diffCheck.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions src/gh/diffCheck/diffCheck.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
1 change: 1 addition & 0 deletions src/gh/diffCheck/diffCheck.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
diffCheck
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/gh/diffCheck/dist/diffCheck-0.0.3.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added src/gh/diffCheck/dist/diffCheck-0.0.9.tar.gz
Binary file not shown.
813 changes: 765 additions & 48 deletions src/gh/tester.ghx

Large diffs are not rendered by default.

Loading