summaryrefslogtreecommitdiff
path: root/frontend/2d/_collisions
AgeCommit message (Collapse)Author
2021-04-27Separating axis theorem implementationMatthew Kosarek
2021-04-26Getting started on rectangle collisionsMatthew Kosarek
2021-04-25Rectangle intersection with a line completeMatthew Kosarek
2021-04-22Realized ellipse interactions were not easy, going to try and at least ↵Matthew Kosarek
finish rectangle and circles before end of month
2021-04-19Basics of the pill-pill simulationMatthew Kosarek
2021-04-18Have 2D pill collisions working pretty well nowMatthew Kosarek
2021-04-18Some more good WIPMatthew Kosarek
2021-04-11Nearly have good pill-lin collisions working, just need to get the actual ↵Matthew Kosarek
equation right
2021-04-10Added a transpiler that will make it so that we no longer need any ↵Matthew Kosarek
JavaScript of Jquery in our App
2021-04-05Properly detecting collisions with a pill as far as I can tellMatthew Kosarek
2021-04-01Lots of work in progress on pill intersections, but will have to read more ↵Matthew Kosarek
up on it
2021-03-27Drawing pretty line segments in easter colorsMatthew Kosarek
2021-03-27Drawing an ellipseMatthew Kosarek
2021-03-27Working reusable simulation loopMatthew Kosarek
2021-03-23Working WebGl abstraction layer and build processMatthew Kosarek
2021-03-22Refactored frontend, beginnings of general cpp layer, and beginning roadmapMatthew Kosarek
2021-03-13My First WASM application is rendering a triangle on the frontendMatthew Kosarek
2021-03-02Updated stylings and very nearly have square collisions complete and properMatthew Kosarek
2021-02-27Close to being done on line-circle collisions, but it appears we're running ↵Matthew Kosarek
into a rotation problem. Going to work on square-line collisions in the meantime
2021-02-25Updated the sidebar for usability's sakeMatthew Kosarek