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 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
We are using pnpm
to install packages. To get started download pnpm. Then run:
pnpm install
# Then to run the app locally
pnpm dev
src/lib
: library with components for these applets
/components
: UI components/controls
: Controls like draggables, sliders and toggles for the applets/d3
: 2D components created with D3.jsstore
: Where the global state is preserved/threlte
: 3D components created with threlte/utils
: Typescript functions used throughout the appThis repo has some additional tools already set-up for you:
Parameter | Description | Default |
---|---|---|
iframe |
This parameter is added by default and set to true for each applet in this book. Therefore, this parameter is not configurable for this book. When using an applet in a different context will change the bahaviour. | false |
title |
A string that will be shown as the title of the applet when the applet is in fullscreen mode | "" |
[!WARNING] Work in progress
[!TIP] You should add split-* before the parameter to make it apply to the right scene
Parameter | Description | Default |
---|---|---|
position2D |
The position of the applet in the 2D scene | 0,0 |
zoom2D |
The zoom level of the applet in the 2D scene | 1 |
[!TIP] You should add split-* before the parameter to make it apply to the right scene
Parameter | Description | Default |
---|---|---|
position3D |
The position of the applet in the 3D scene | 0,0,0 |
zoom3D |
The zoom level of the applet in the 3D scene | 29 |