Skip to content
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

[p5.js 2.0] Vector refactor n-dimentional and Matrix class extraction #7376

Open
wants to merge 25 commits into
base: dev-2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
88ef80e
Vector getter and setter, added values.
holomorfo Sep 20, 2024
44d9676
Add documentation for new methods getter setter Vector
holomorfo Sep 24, 2024
12f7bd4
Change the Vector toString implementation
holomorfo Sep 24, 2024
4ade6d6
Merge branch 'dev-2.0' into Vector-nd
holomorfo Sep 25, 2024
615a6e0
Update Vector.div to make it nDimentional
holomorfo Sep 25, 2024
d54e31f
Vector N design coverage increase
holomorfo Sep 27, 2024
1b8b713
Matrix move to math folder
holomorfo Oct 3, 2024
dec0bd3
Merge pull request #1 from holomorfo/matrix-refactor
holomorfo Oct 12, 2024
b6bf8d5
Merge branch 'dev-2.0' into Vector-nd
holomorfo Oct 15, 2024
56debd1
Matrix fix import webgl
holomorfo Oct 15, 2024
862f59f
Merge branch 'dev-2.0' into Vector-nd
holomorfo Oct 15, 2024
b2d258a
Matrix numjs migration
holomorfo Oct 20, 2024
c326ee8
Extract matrix and vector to individual class, abstarct and independe…
holomorfo Oct 30, 2024
b93ff32
Add matrix numjs external adapter
holomorfo Oct 30, 2024
1f5835d
Add matrix numjs external adapter unit test
holomorfo Oct 30, 2024
e946499
add matrix unit test coverage
holomorfo Oct 30, 2024
f0e247c
Merge branch 'dev-2.0' into Vector-nd
holomorfo Oct 30, 2024
0682fd1
fix matrix numjs coverage and tests
holomorfo Nov 4, 2024
dd41555
Merge branch 'dev-2.0' into Vector-nd
holomorfo Nov 5, 2024
e50f725
Update import and tests for matrix, add constant to select engine
holomorfo Nov 5, 2024
c9775f7
Update package lock to include numjs
holomorfo Nov 5, 2024
1501e20
fix vector default dimention for empty values
holomorfo Nov 5, 2024
c427317
Merge branch 'dev-2.0' into Vector-nd
holomorfo Nov 7, 2024
878baa5
Vector ND implementation, MatrixGL refactor
holomorfo Nov 16, 2024
0470092
add MatrixNumjs class component
holomorfo Nov 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
707 changes: 694 additions & 13 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"version": "1.9.4",
"dependencies": {
"@d4c/numjs": "^0.17.34",
"acorn": "^8.12.1",
"acorn-walk": "^8.3.4",
"colorjs.io": "^0.5.2",
Expand Down
Loading
Loading