Implementing own turtle graphics library using any of the 2D graphics tools like TKinter or Graphics module
Budget: ₹600 – ₹1,500 INR
Implementing own turtle graphics library using any of the 2D graphics tools like TKinter or Graphics
module. that include these function 1. Init( x,y,theta) – Initialize or set turtle’s position and orientation
2. Forward(distance) – Move forward distance units
3. Backward(distance) – Move backwards distance units
4. Right(angle) – Turn right angle degrees
5. Left(angle) – Turn left angle degrees
6. PenDown( yes_no) – Draw line when moving or move without drawing
7. LineColor(r,g,b) – Set current drawing color (r, g, b in range 0.0 – 1.0)
8. BGColor (r,g,b) – Set background color (r, g, b in range 0.0 – 1.0)
9. LineWidth(width) – Set line width for drawing
10. ResetPosition – Set turtle’s position and orientation to (0,0,0)
11. ClearScreen – Clear the screen
module. that include these function 1. Init( x,y,theta) – Initialize or set turtle’s position and orientation
2. Forward(distance) – Move forward distance units
3. Backward(distance) – Move backwards distance units
4. Right(angle) – Turn right angle degrees
5. Left(angle) – Turn left angle degrees
6. PenDown( yes_no) – Draw line when moving or move without drawing
7. LineColor(r,g,b) – Set current drawing color (r, g, b in range 0.0 – 1.0)
8. BGColor (r,g,b) – Set background color (r, g, b in range 0.0 – 1.0)
9. LineWidth(width) – Set line width for drawing
10. ResetPosition – Set turtle’s position and orientation to (0,0,0)
11. ClearScreen – Clear the screen