-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boilerplate from ts version #1
base: main
Are you sure you want to change the base?
Changes from 8 commits
65ff0db
0964147
5c069ba
92fe8e1
96df7c3
f5b1f19
be97bcd
7623ddd
16dfaf9
430d927
c88d425
a40d749
134638c
9bb5b91
f83032a
124ca43
bb0e9f5
2d434a8
2727799
cf017dc
b2a9053
84fbf6c
192dfc9
b8d9d97
4c5ad68
fb26028
c71123a
75c823b
d380c78
2633fa4
8649007
76ca870
10faf51
f052aec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,9 @@ | ||
# Quaternion Library for MoonBit | ||
|
||
MoonBit does not have `num_traits::Float` so this library is only using `Float`(i.e.`f32`). | ||
|
||
```bash | ||
moon add tiye/quaternion | ||
``` | ||
|
||
Find docs on Mooncaches. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Add usage details. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,10 @@ | ||
{ | ||
"name": "tiye/quaternion", | ||
"version": "0.0.1", | ||
"readme": "README.md", | ||
"repository": "https://github.com/WebGPU-Art/quaternion", | ||
"license": "Apache-2.0", | ||
"keywords": ["math", "quaternion"], | ||
"description": "Quaternion math library", | ||
"source": "src" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1 @@ | ||
{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Fix typo in shader file path: 'shader-trangle.mbt' should be 'shader-triangle.mbt'
The verification confirms that the correct file name in the repository is
src/main/shader-triangle.mbt
, while the.gitattributes
entry incorrectly usessrc/main/shader-trangle.mbt
. This typo needs to be fixed to ensure proper Git attributes are applied to the shader file.🔗 Analysis chain
Fix typo in shader file path
There appears to be a typo in the file path:
shader-trangle.mbt
should beshader-triangle.mbt
.Let's verify the correct shader file name:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 75