about summary refs log tree commit diff stats
path: root/src/algorithms
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/andinus/doradokarishmarajput2021-10-262-7/+3
|\
| * Merge branch 'master' of github.com:andinus/doradoAndinus2021-10-261-1/+1
| |\
| | * Merge pull request #4 from VSThoms/masterAndinus2021-10-261-1/+1
| | |\ | | | | | | | | Make scale.svelte_const
| | | * Update Scaling.svelteVSThoms2021-10-261-1/+1
| | | | | | | | | | | | This variable should be immutable
| * | | TidyAndinus2021-10-261-6/+2
| |/ /
| * / Update Translation.sveltejustin-292021-10-261-4/+4
| |/
* / translated points table addedkarishmarajput2021-10-261-0/+18
|/
* Add code for translationAndinus2021-10-121-0/+122
| | | | This is much better than what I wrote for scaling.
* Add scaling solutionAndinus2021-10-111-7/+168
| | | | The code is garbage but it works.
* Add 2d transformation moduleAndinus2021-10-111-0/+18
|
* Use plotly basic package, mount with onMountAndinus2021-10-112-158/+133
| | | | | | | 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-102-2/+171
|
* Plot graph when plotly is readyAndinus2021-10-101-2/+5
|
* line-drawing/DDA: Alert when plotly is not readyAndinus2021-10-101-1/+2
|
* Add links, postamble to homepageAndinus2021-10-101-2/+1
|
* Add plotly, update README to add Development notesAndinus2021-10-101-1/+1
|
* line-drawing/dda: Print chart after solvingAndinus2021-10-101-32/+69
|
* Add working DDA AlgorithmAndinus2021-10-091-22/+86
|
* Partial DDA implementationAndinus2021-10-091-1/+44
|
* Changing page with Navbar using Component eventAndinus2021-10-091-0/+1
|
* Initialize ApplicationAndinus2021-10-091-0/+1