Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | Fix artifacts when curve crosses itself | Juan Manuel Tomás | |
2021-01-17 | Pass external data to the fragment shader | Juan Manuel Tomás | |
2021-01-17 | Render hardcoded bezier curve | Juan Manuel Tomás | |
2021-01-17 | Render using opengl | Juan Manuel Tomás | |
2021-01-16 | Run cargo fmt for the first time | 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 | |
2021-01-09 | Implement polynomial gcd | Juan Manuel Tomás | |
This was done to find the common roots between two polynomials. | |||
2021-01-07 | Visualize polynomials using sdl | Juan Manuel Tomás | |
2021-01-07 | Initial commit | Juan Manuel Tomás | |
Starting off with a function able to turn recursive linear interpolations into their corresponding polynomial. |