Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Remove intermediate Lerp object | Juan Manuel Tomás | |
Now polynomials can be created directly from bezier components. | |||
2021-01-30 | Optimize lerp creation | Juan Manuel Tomás | |
Now it uses Rc instead of Box, reducing the space and time complexity from O(2^n) to O(n^2). | |||
2021-01-19 | Make shader sample intervals uniform | Juan Manuel Tomás | |
2021-01-17 | Fix curve overextending past last control point | Juan Manuel Tomás | |
2021-01-17 | Refactor function lp into lerp method to_poly | Juan Manuel Tomás | |
2021-01-17 | Remove dead code | Juan Manuel Tomás | |
2021-01-17 | Fix fragment shader bug on empty curves | Juan Manuel Tomás | |
2021-01-16 | Run cargo fmt for the first time | Juan Manuel Tomás | |
2021-01-14 | Calculate poly degree on new | Juan Manuel Tomás | |
2021-01-11 | Refactor Poly | Juan Manuel Tomás | |
2021-01-11 | Implement add and sub for P | Juan Manuel Tomás | |
2021-01-10 | Separate project into modules | Juan Manuel Tomás | |