9 Commits

Author SHA1 Message Date
106dd79677 improve README 2026-05-21 22:51:19 +02:00
copilot-swe-agent[bot]
cbe249b9b7 Update README with CLI SVG export documentation and examples
Co-authored-by: enaut <290005+enaut@users.noreply.github.com>
2026-01-01 20:42:53 +00:00
a3cad7d1bc update the README.md 2025-10-24 17:29:40 +02:00
1366f5e77f remove redundant and unimportant information 2025-10-12 23:01:32 +02:00
08a1802bd2 remove the bevy based turtle and rename turtle-lib-macroquad to turtle-lib 2025-10-12 20:31:05 +02:00
c96d66247e add tracing logging 2025-10-12 13:22:21 +02:00
00b9007f00 Implement tessellation for turtle graphics with fill support
- Added tessellation module to handle path tessellation using Lyon.
- Updated execution logic to record fill vertices and manage fill contours.
- Integrated tessellation into command execution for lines, arcs, and filled shapes.
- Enhanced TurtleState to track fill state and contours.
- Modified TweenController to handle fill commands and update drawing commands accordingly.
- Improved debug output for fill operations and tessellation processes.
2025-10-12 12:34:20 +02:00
15310f5184 moving files 2023-01-25 12:00:17 +01:00
fc18a0dbb4 Initial commit 2022-12-06 13:54:37 +01:00