Re: L-system equations drawing tool

2014-07-18 Thread Terry Reedy
On 7/17/2014 5:38 PM, Yaşar Arabacı wrote: Hi, I wrote a small program to draw L-system equations using tkinter. You can find it on https://github.com/yasar11732/tklsystem It is still under development, but seems to be working nice so far. I could only try it on windows, but it should work on L

L-system equations drawing tool

2014-07-17 Thread Yaşar Arabacı
Hi, I wrote a small program to draw L-system equations using tkinter. You can find it on https://github.com/yasar11732/tklsystem It is still under development, but seems to be working nice so far. I could only try it on windows, but it should work on Linux too. You will need Python 3.x to run it