Skip to content

Commit c075bf4

Browse files
committed
Add simple SPH marching cubes example
1 parent 627c5d3 commit c075bf4

File tree

3 files changed

+455
-0
lines changed

3 files changed

+455
-0
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf_lib/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ ply-rs = { version = "0.1.3", optional = true }
5757
flate2 = { version = "1.0", optional = true }
5858
nom = { version = "8.0", optional = true }
5959
serde_json = { version = "1.0", optional = true }
60+
clap = { version = "4.5", features = ["derive"] }
61+
fern = "0.7"
62+
chrono = "0.4"
6063

6164
[dev-dependencies]
6265
criterion = "0.5.1"

0 commit comments

Comments
 (0)