Search found 9 matches

by arthure
Mon Oct 05, 2020 3:22 pm
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Drawing library

Thanks for all!
by arthure
Thu Sep 10, 2020 8:40 am
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Drawing library

It looks so cool. I've made about video 20 lessons about Lua + Turtle GFX. I used the turtle from ZeroBrane Studio edu pack. http://notebook.kulchenko.com/education/drawing-trees-with-turtles You should give a chance to my implementation :) Chaining methods make it really easy to write and read the...
by arthure
Thu Sep 10, 2020 8:39 am
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Drawing library

GlorifiedPig wrote: Sat Sep 05, 2020 2:54 pm Good job, looks like you've put a lot of effort into this
Thank you so much! Star the project and watch to keep informed.
by arthure
Fri Aug 14, 2020 8:46 pm
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Drawing library

I keep developing and try to make it well documented guys, thanks for your interest.
by arthure
Sun Aug 02, 2020 5:27 pm
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Turtle graphics on LÖVE

It is updated with new methods.
by arthure
Wed Jul 29, 2020 11:02 am
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Turtle graphics on LÖVE

I'm ancient enough to have had the pleasure of doing turtle graphics decades ago, and it isn't less fun now than it was then. :3 It's a neat thing what one can draw with this; L-systems, patterns found in nature, fractals, chaos... the possibilities are endless! I was trying to implement a fractal ...
by arthure
Wed Jul 29, 2020 7:18 am
Forum: Libraries and Tools
Topic: TextViewer
Replies: 3
Views: 6473

Re: TextViewer

Cool, hope you keep developing.
by arthure
Wed Jul 29, 2020 6:35 am
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

Re: turtle.lua - Turtle graphics on LÖVE

sphyrth wrote: Wed Jul 29, 2020 2:48 am I'm not old enough to have experienced it, but I'm old enough to know about it. This is a fun library!
Let me tell you a secret, I did not experienced turtle graphics too :) But it is real fun and can be used in different ways. Thank you!
by arthure
Tue Jul 28, 2020 10:27 pm
Forum: Libraries and Tools
Topic: turtle.lua - Drawing library
Replies: 16
Views: 30603

turtle.lua - Drawing library

Minimalist turtle graphics implementation in lua. Source code : https://github.com/arthurealike/turtle.lua https://github.com/arthurealike/turtle.lua/raw/master/gif/examples/colorful.gif If you are familiar with turtle graphics, it will be super easy to use our tool with chain methods. Create a turt...