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

new applet #197

Merged
merged 40 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9053367
added sliders tutorial
yustarandomname Nov 28, 2023
ac239f5
Merge branch 'new-formulas' into yustarandomname-util-docs
yustarandomname Nov 28, 2023
62bcf38
setup anatomy tutoral
yustarandomname Nov 28, 2023
cc468dc
remove unnesecary util function that are no longer in use
yustarandomname Nov 29, 2023
bf67a36
added anatomy of applet tutorial
yustarandomname Nov 29, 2023
6fcf555
added formulas docs
yustarandomname Nov 29, 2023
045fe09
Added draggable docs
yustarandomname Nov 30, 2023
672d6d3
move negative 2D y axis labels slightly, drop origin label for split …
PHengst Dec 8, 2023
42aa139
replace axis label with latex, fix positioning
PHengst Dec 8, 2023
e3ba535
swap
PHengst Dec 8, 2023
29230c1
Merge remote-tracking branch 'origin/dev' into Style-issues
PHengst Dec 15, 2023
d3b356c
whoopsie
PHengst Dec 15, 2023
03c0826
Merge branch 'dev' into Style-issues
PHengst Dec 15, 2023
49e7acf
label positions linesandplanes\vectorequation
PHengst Dec 22, 2023
5603efc
Merge pull request #187 from PRIME-TU-Delft/Style-issues
PHengst Dec 28, 2023
6c0eea2
format and linting
yustarandomname Jan 4, 2024
aede05c
Bump vite from 4.5.0 to 4.5.1
dependabot[bot] Jan 4, 2024
4f30552
Merge pull request #190 from PRIME-TU-Delft/dependabot/npm_and_yarn/v…
yustarandomname Jan 4, 2024
1f3aca7
Merge pull request #189 from PRIME-TU-Delft/dev
yustarandomname Jan 4, 2024
a4900d3
Update README.md
PHengst Jan 26, 2024
c75c867
Merge branch 'main' into yustarandomname-util-docs
yustarandomname Jan 26, 2024
aaec791
Update Storybook dependencies
yustarandomname Jan 27, 2024
366406c
Update README.md
yustarandomname Feb 3, 2024
9d7218f
Merge pull request #191 from PRIME-TU-Delft/docs-link
yustarandomname Feb 3, 2024
8ad5f7c
Merge pull request #192 from PRIME-TU-Delft/yustarandomname-util-docs
yustarandomname Feb 3, 2024
2ff780b
Bump vite from 4.5.1 to 4.5.2
dependabot[bot] Feb 3, 2024
9207414
Merge pull request #193 from PRIME-TU-Delft/dependabot/npm_and_yarn/v…
yustarandomname Feb 3, 2024
dd8165c
hotfix: button for resetting draggable cache
yustarandomname Feb 3, 2024
1ed4c2b
hotfix: actionBar
yustarandomname Feb 6, 2024
527169d
hotfix: new colours
yustarandomname Feb 6, 2024
32abf4e
hotfix: searching in applets
yustarandomname Feb 6, 2024
f7421fe
fix: button height
yustarandomname Feb 9, 2024
22fadf6
fix typo
yustarandomname Feb 9, 2024
8137054
Update latex formatting in span_one, span_three_plane, span_two_line,…
yustarandomname Feb 9, 2024
0b464a0
Sliders -> Controllers
yustarandomname Feb 9, 2024
c503579
Remove Slider.test.ts
yustarandomname Feb 9, 2024
fae70fe
new applet: span three
yustarandomname Feb 9, 2024
9e666ad
update threlte
yustarandomname Feb 9, 2024
26b9411
Update camera position and add CubePlaneLine component
yustarandomname Feb 9, 2024
80acfb8
Merge pull request #196 from PRIME-TU-Delft/fix-last-changes-for-publish
yustarandomname Feb 10, 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
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-styling',
'@storybook/addon-svelte-csf'
'@storybook/addon-svelte-csf',
'@storybook/addon-mdx-gfm'
],
framework: {
name: '@storybook/sveltekit',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Linear Algebra Book Applets

This repository contains multiple packages and applications for the PRIME Graphics group. It hosts the code for the interactive applets in the [Open Linear Algebra Book](https://dbalague.pages.ewi.tudelft.nl/openlabook/index.html) by the Delft University of Technology. The applets are hosted here: https://openla.ewi.tudelft.nl. Documentation can be found here: https://docs.ewi.tudelft.nl
This repository contains multiple packages and applications for the PRIME Graphics group. It hosts the code for the interactive applets in the [Open Linear Algebra Book](https://prime.pages.ewi.tudelft.nl/openlabook) by the Delft University of Technology. The applets are hosted here: https://openla.ewi.tudelft.nl. Documentation can be found here: https://docs.openla.ewi.tudelft.nl

## Getting started

Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,30 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.27",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-mdx-gfm": "^7.6.10",
"@storybook/addon-styling": "^1.3.2",
"@storybook/addon-svelte-csf": "^4.0.9",
"@storybook/blocks": "^7.0.27",
"@storybook/svelte": "^7.0.27",
"@storybook/sveltekit": "^7.0.27",
"@storybook/blocks": "^7.6.10",
"@storybook/svelte": "^7.6.10",
"@storybook/sveltekit": "^7.6.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-node": "^1.2.4",
"@sveltejs/kit": "^1.20.4",
"@threlte/core": "next",
"@threlte/extras": "next",
"@threlte/core": "^7.0.12",
"@threlte/extras": "^8.7.2",
"@types/d3": "^7.4.0",
"@types/d3-hexbin": "^0.2.5",
"@types/katex": "^0.16.3",
"@types/three": "^0.152.1",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"chromatic": "^7.5.4",
"chromatic": "^10.7.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.12",
Expand All @@ -63,13 +64,13 @@
"prettier-plugin-svelte": "^2.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.27",
"storybook": "^7.6.10",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"three": "^0.153.0",
"three": "^0.161.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.5.1"
"vite": "^4.5.2"
},
"type": "module",
"readme": "ERROR: No README data found!",
Expand Down
Loading
Loading