- 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.
14 lines
215 B
TOML
14 lines
215 B
TOML
[package]
|
|
name = "turtle-lib-macroquad"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
macroquad = "0.4"
|
|
tween = "2.1.0"
|
|
lyon = "1.0"
|
|
|
|
[dev-dependencies]
|
|
# For examples and testing
|