summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/fragment_buffer/fragment.rs
AgeCommit message (Expand)Author
2021-09-13Reorganize directory structure, update to sauron 0.43.40.6.2Jovansonlee Cesar
2021-07-13Use the parry2d in the crate importsJovansonlee Cesar
2021-07-12Initial migration from ncollide2d to parry2dJovansonlee Cesar
2021-07-12Update to the lastest version of nalgebra and ncollide2dJovansonlee Cesar
2021-07-10Add a calculation for circle center and radius, instead of the hard coded oneJovansonlee Cesar
2021-07-08Improve implementation of is_intersectingJovansonlee Cesar
2021-07-06Include circle in intersection testJovansonlee Cesar
2021-07-06Add a function to return regular shapes such as circle and rect, this will be...Jovansonlee Cesar
2021-07-05Initial implementation for testing hit/intersection AABB to any fragmentJovansonlee Cesar
2021-06-30Pass the settings to merge functions, so the user can opt to chose whether or...Jovansonlee Cesar
2020-11-25cargo fmtJovansonlee Cesar
2020-11-25Remove warningsJovansonlee Cesar
2020-11-25Remove can_merge function for line and polygon mergingJovansonlee Cesar
2020-11-25get rid of can_merge_polygon, instead call on merge_polygon().is_some() inste...Jovansonlee Cesar
2020-11-25Reimplement merging of line and arrow_head + diamondJovansonlee Cesar
2020-11-25disable the merge of polygons,circles to linesJovansonlee Cesar
2020-05-09make the crate compile to stableJovansonlee Cesar
2020-02-29Make functions that return Node<()> into a return generics Node<MSG> to allow...Jovansonlee Cesar
2020-02-13Add more connection to flexible character behavior: *,0,XoJovansonlee Cesar
2020-02-03Merge the rearchitecture code into the main svgbob codeJovansonlee Cesar