Skip to content

Commit

Permalink
Draft implementaion of 3Dpass
Browse files Browse the repository at this point in the history
  • Loading branch information
3dpass authored and 3dpass committed Jan 17, 2022
1 parent a258b8c commit dbffd53
Show file tree
Hide file tree
Showing 10 changed files with 2,353 additions and 1 deletion.
740 changes: 740 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Cargo.toml
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"
12 changes: 11 additions & 1 deletion README.md
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
Loading

0 comments on commit dbffd53

Please sign in to comment.