summaryrefslogtreecommitdiffstats
path: root/svgbob
AgeCommit message (Expand)Author
2021-09-09Prepare for 0.6.1 releaseJovansonlee Cesar
2021-09-09Improve code readability on view by using arrays instead of vecJovansonlee Cesar
2021-08-27Fix and organize testsJovansonlee Cesar
2021-08-27temporary fix for span testJovansonlee Cesar
2021-08-27Fix some testsJovansonlee Cesar
2021-08-27Modify the algorithm for endorse such that circles and arcs are matched by th...Jovansonlee Cesar
2021-08-20Update to sauron 0.41.00.6.0Jovansonlee Cesar
2021-08-20Fix jssJovansonlee Cesar
2021-08-17Fix failing testJovansonlee Cesar
2021-08-17Add notes to reexportJovansonlee Cesar
2021-08-17Prepare for 0.5.5 release0.5.5Jovansonlee Cesar
2021-08-17Fix issue#38Jovansonlee Cesar
2021-08-17Add test for issue#38 and remove panicking code due to char boundary errorJovansonlee Cesar
2021-08-15Prepare for 0.5.4 releaseJovansonlee Cesar
2021-08-14Use 'sauron::jss' macro to simplify creating a css from settingsJovansonlee Cesar
2021-08-14Add a compressed variant to the generated svgJovansonlee Cesar
2021-08-10Don't expose global variables when not neededJovansonlee Cesar
2021-07-13Add a little arrowed arc in unicode mapJovansonlee Cesar
2021-07-13repurpose function adjust to use x and y as input as separate value instead o...Jovansonlee Cesar
2021-07-13Use the parry2d in the crate importsJovansonlee Cesar
2021-07-12Initial migration from ncollide2d to parry2dJovansonlee Cesar
2021-07-12Prepare for 0.5.30.5.3Jovansonlee Cesar
2021-07-12Update to the lastest version of nalgebra and ncollide2dJovansonlee Cesar
2021-07-12Add a public function for Rect fragment to determine whether it is using a ro...Jovansonlee Cesar
2021-07-11Prepare for 0.5.2 releaseJovansonlee Cesar
2021-07-11update todoJovansonlee Cesar
2021-07-11Add more arc testJovansonlee Cesar
2021-07-11Fix testJovansonlee Cesar
2021-07-11make the logic of endorse_rect_and_arcs uniform with arcsJovansonlee Cesar
2021-07-11Add some arc testsJovansonlee Cesar
2021-07-11Remove storing center_cell, since it can be derived from centerJovansonlee Cesar
2021-07-11Fix strange bug when some arcs are not rendered to the use of BTreeMap when i...Jovansonlee Cesar
2021-07-11Calculate radius, center, center_cells based on the ascii art and EdgeCase sp...Jovansonlee Cesar
2021-07-11overhaul circle map algorithmn calculating centers and radiusJovansonlee Cesar
2021-07-10Add a calculation for circle center and radius, instead of the hard coded oneJovansonlee Cesar
2021-07-10Simplify and improve triangle polygon appJovansonlee Cesar
2021-07-08Prepare for 0.5.10.5.1Jovansonlee Cesar
2021-07-08Add TODO notesJovansonlee 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-07-05refactor group_node_and_fragments to clearly group the fragments first, as th...Jovansonlee Cesar
2021-07-02Prepare for 0.5.0 release0.5.0Jovansonlee Cesar
2021-07-01Add more circle art in circle_mapJovansonlee Cesar
2021-06-30prepare for 0.5.0 alpha.12 releaseJovansonlee Cesar
2021-06-30Improve polygons for arrow, open circles, filled_circles, squares and diamondsJovansonlee Cesar
2021-06-30Pass the settings to merge functions, so the user can opt to chose whether or...Jovansonlee Cesar
2021-06-30Add DIAMETER_CIRCLE lookupJovansonlee Cesar
2021-06-30Add doc commentJovansonlee Cesar