Skip to content

Commit bed5842

Browse files
authored
Merge pull request #3 from DataBoySu/3d-sim
3d engine+simu of balls with graivty added
2 parents e65abb5 + 0f86ec5 commit bed5842

33 files changed

Lines changed: 5053 additions & 863 deletions

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ metrics.db
3131
*.bak
3232
*.tmp
3333

34+
# Distribution files (kept in ../cluster-health-monitor-dev/)
35+
package.ps1
36+
setup.ps1
37+
RELEASE_NOTES.md
38+
DISTRIBUTION.md
39+
cluster-health-monitor-v*.zip
40+
3441
# OS
3542
.DS_Store
3643
Thumbs.db

DISTRIBUTION.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MIT License
1+
MIT License
22

3-
Copyright (c) 2025 DataBoySu
3+
Copyright (c) 2025 Void_The_Null
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)