-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
3dpass
authored and
3dpass
committed
Jan 17, 2022
1 parent
a258b8c
commit dbffd53
Showing
10 changed files
with
2,353 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[package] | ||
name = "pass3d" | ||
version = "0.1.0" | ||
authors = ["3Dpass"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
structopt = "0.3.13" | ||
|
||
[dependencies.p3d] | ||
path = "p3d" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# pass3d | ||
# pass3d | ||
|
||
CLI tools to calculate hashes from 3d object | ||
|
||
## Example: | ||
|
||
cargo run -- --algo grid2d --grid 6 --sect 4 --infile data/st1.obj | ||
|
||
## Licence | ||
|
||
This project is licensed under the MIT License |
Oops, something went wrong.