11 Commits

Author SHA1 Message Date
f1591bc9f1 Moved files 2023-01-25 12:03:07 +01:00
8c5c9b4ec6 Upgrade inspector-egui and add first pen_up
Unfortunately `pen_up` does not seem to work even though it compiles
2023-01-11 10:20:15 +01:00
75771e8556 Add circle drawing 2022-12-21 11:07:02 +01:00
043e44b7f2 make the movement commands accept anything into the unit 2022-12-19 09:43:38 +01:00
7bdc83c760 adding extend_plan and set_speed 2022-12-13 11:31:29 +01:00
f5aae7efe1 Add a builder for the turtle plans 2022-12-07 13:54:15 +01:00
11b9539800 enable basic left and right rotation 2022-12-07 13:52:28 +01:00
009f896e08 Add impl From<i16> for angle and length 2022-12-07 13:51:08 +01:00
e0926a00f7 Add Debug to a lot of structs 2022-12-07 13:50:21 +01:00
08d4e67328 Add a license file 2022-12-06 14:23:08 +01:00
fac9d218ad Initial turtle-lib commit
Working so far:
  * display a window
  * display a turtle
  * go forward
2022-12-06 14:04:44 +01:00