Skip to content

Commit ea2b990

Browse files
committed
Initial commit (copy with no history from internal repo)
0 parents  commit ea2b990

File tree

205 files changed

+70924
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+70924
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
# Make sure we always build for local CPU in order to maximize performance: there's rarely if ever a case where
3+
# we want to transfer the binary to a different computer (in which case this would have to be overridden)
4+
rustflags = ["-C", "target-cpu=native"]

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
assets/**/*.msh filter=lfs diff=lfs merge=lfs -text
2+
assets/**/*.vtk filter=lfs diff=lfs merge=lfs -text
3+
assets/**/*.svg filter=lfs diff=lfs merge=lfs -text
4+
*.blend filter=lfs diff=lfs merge=lfs -text
5+
*.mp4 filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/data
2+
/target
3+
/.idea
4+
.ipynb_checkpoints/
5+
**/*.rs.bk

0 commit comments

Comments
 (0)