B4X Turtle graphics examples

Peter Simpson

Expert
Licensed User
Longtime User
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.

441196031_994502696012266_6603936922432664731_n.jpg
443714554_994501272679075_686490423390763935_n-(1).jpg
443821223_994495492679653_2267661312264304636_n.jpg






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:

BlueVision

Well-Known Member
Licensed User
Longtime User
Turtle reminds me so much of the good old 8 bit computers... Really nice and easy to learn.