Hello everyone,
A few months ago I embarked on a journey to learn B4X Turtle, below are some examples that I converted from Python. While I have many more, these are just a few to showcase the Python converted code. When I have the time, I plan to tidy up the source code and release it on the B4J forum thread, as all these examples were coded in B4J.
I must say that I’m impressed with how simple Turtle is to use in B4X. While it could benefit from built-in functions like circle, which can be easily created with just one line of code within a For 360 loop, I’m delighted I finally explored B4X Turtle as it’s both simple and enjoyable. I’ve managed to create over 20 different shapes so far, most are straightforward to code and easy to follow and learn from.
As I mentioned previously, when I get a chance to tidy up the source code, I'll release them on the forum.
Enjoy...
A few months ago I embarked on a journey to learn B4X Turtle, below are some examples that I converted from Python. While I have many more, these are just a few to showcase the Python converted code. When I have the time, I plan to tidy up the source code and release it on the B4J forum thread, as all these examples were coded in B4J.
I must say that I’m impressed with how simple Turtle is to use in B4X. While it could benefit from built-in functions like circle, which can be easily created with just one line of code within a For 360 loop, I’m delighted I finally explored B4X Turtle as it’s both simple and enjoyable. I’ve managed to create over 20 different shapes so far, most are straightforward to code and easy to follow and learn from.
As I mentioned previously, when I get a chance to tidy up the source code, I'll release them on the forum.
Enjoy...
Last edited: