Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use plotly basic package, mount with onMount | Andinus | 2021-10-11 | 2 | -4/+6 |
| | | | | | | | Loading it with <svelte:head> meant that it was being fetched everytime user changed the page. Now it'll be bundled with bundle.js and we use onMount to solve it after everything has been loaded/rendered. | ||||
* | Add links, postamble to homepage | Andinus | 2021-10-10 | 1 | -1/+11 |
| | |||||
* | Add plotly, update README to add Development notes | Andinus | 2021-10-10 | 4 | -0/+167 |
| | |||||
* | line-drawing/dda: Print chart after solving | Andinus | 2021-10-10 | 1 | -0/+5 |
| | |||||
* | Add working DDA Algorithm | Andinus | 2021-10-09 | 1 | -2/+20 |
| | |||||
* | Partial DDA implementation | Andinus | 2021-10-09 | 1 | -66/+78 |
| | |||||
* | Initialize Application | Andinus | 2021-10-09 | 2 | -0/+116 |