about summary refs log tree commit diff stats
path: root/src/algorithms/line-drawing/Bresenham.svelte
Commit message (Collapse)AuthorAgeFilesLines
* Use plotly basic package, mount with onMountAndinus2021-10-111-86/+75
| | | | | | | 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.
* Implement Bresenham's AlgorithmAndinus2021-10-101-1/+171
|
* Changing page with Navbar using Component eventAndinus2021-10-091-0/+1