about summary refs log tree commit diff stats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Use plotly basic package, mount with onMountAndinus2021-10-112-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 homepageAndinus2021-10-101-1/+11
|
* Add plotly, update README to add Development notesAndinus2021-10-104-0/+167
|
* line-drawing/dda: Print chart after solvingAndinus2021-10-101-0/+5
|
* Add working DDA AlgorithmAndinus2021-10-091-2/+20
|
* Partial DDA implementationAndinus2021-10-091-66/+78
|
* Initialize ApplicationAndinus2021-10-092-0/+116