Search found 9 matches
- Mon Oct 05, 2020 3:22 pm
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
Re: turtle.lua - Drawing library
Thanks for all!
- Thu Sep 10, 2020 8:40 am
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
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...
- Thu Sep 10, 2020 8:39 am
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
Re: turtle.lua - Drawing library
Thank you so much! Star the project and watch to keep informed.GlorifiedPig wrote: ↑Sat Sep 05, 2020 2:54 pm Good job, looks like you've put a lot of effort into this
- Fri Aug 14, 2020 8:46 pm
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
Re: turtle.lua - Drawing library
I keep developing and try to make it well documented guys, thanks for your interest.
- Sun Aug 02, 2020 5:27 pm
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
Re: turtle.lua - Turtle graphics on LÖVE
It is updated with new methods.
- Wed Jul 29, 2020 11:02 am
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
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 ...
- Wed Jul 29, 2020 7:18 am
- Forum: Libraries and Tools
- Topic: TextViewer
- Replies: 3
- Views: 6745
Re: TextViewer
Cool, hope you keep developing.
- Wed Jul 29, 2020 6:35 am
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
- Tue Jul 28, 2020 10:27 pm
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 20
- Views: 37749
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...