66 Commits

Author SHA1 Message Date
c329e30ec8 simpler api, circles and examples 2022-12-21 11:08:35 +01:00
75771e8556 Add circle drawing 2022-12-21 11:07:02 +01:00
ccdf5f209f updated movement commands 2022-12-19 09:44:25 +01:00
043e44b7f2 make the movement commands accept anything into the unit 2022-12-19 09:43:38 +01:00
8375fcfcae Adding a koch example and extend the turtle by:
* set_speed
  * extend_plan
2022-12-13 11:33:04 +01:00
7bdc83c760 adding extend_plan and set_speed 2022-12-13 11:31:29 +01:00
f82f17416f update lib and example for the lib 2022-12-07 13:57:23 +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
99dcc47c89 Adding submodules 2022-12-06 14:16:59 +01:00
d043b7c7c3 Initial turtle project 2022-12-06 14:09:24 +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
fc18a0dbb4 Initial commit 2022-12-06 13:54:37 +01:00