thanks for sharing!
can we, in case we want, ship this with kturtle?
(that means we initially license it GPLv3, and at the discretion of
the KDE e.V. it could be relicensed later, together with the rest of
KDE, if needed)
> (Please mirror this since I currently have no webspace available and
> Rapidshare limits download count to 10...)
you can upload files to this google-group.
(if the licensing is ok i'll upload it here for you)
i really like the examples. thanks!
> Feel free to use them for whatever you want. I don't have much time
> right now anyway, so I'm done with KTurtle for now. Some suggestions
> though:
>
> - better documentation, especially a full list of known keywords. I
> needed sine/cosine and square root for drawing the stars and ended up
> writing my own taylor approximation before I noticed they're built in
> anyway ;-)
you're right. that should be done soon.
documentation improved a lot in SVN lately, but no list-of-keywords yet.
> - clarification of variable scoping (!)
what do you mean exactly here? the fact that you can have local
variables inside sme scope that do not affect variables of the same
name in a parent scope...?
> - some basic functions are missing, e.g. facing a certain point,
> moving to a certain point (with pen down), especially querying system
> information (pen state, colour, canvas size, direction (!), etc. I
> ended up writing these myself (except for the colour/state things),
> but since it's so common I had to copy/paste these into every new
> file...
making state information available is one of the TODOs. thanks for
pointing it out. we do try to prioritize after our users wishes :)
> (- maybe a stack for the turtle's situation (including pen colour and
> up/down state) to push and pop from.. useful for drawing more complex
> scenes)
what do you mean here? a stack containing the state history of the turtle?
> Otherwise this is a nice program, thanks for the good work.
you thanks for taking the effort posting feedback.
_cies.
p.s.: i didn't even know that this site existed, thanks for pointing it out!
http://de.wikiversity.org/wiki/Kurs:KTurtle/Code-Rubrik
(most of the examples given i somehow know though)
thanks for sharing!
On Wed, Sep 2, 2009 at 1:29 AM, Luke<morph...@mail.com> wrote:
>
> Hi there,
>
> I checked out KTurtle cause my little brother kept asking me about
> programming... so I got to play around a little and created some
> examples. Maybe someone here has a use for them...
>
> http://rapidshare.com/files/274405396/turtle_examples.tar.bz.html
can we, in case we want, ship this with kturtle?
(that means we initially license it GPLv3, and at the discretion of
the KDE e.V. it could be relicensed later, together with the rest of
KDE, if needed)
you can upload files to this google-group.
> (Please mirror this since I currently have no webspace available and
> Rapidshare limits download count to 10...)
(if the licensing is ok i'll upload it here for you)
i really like the examples. thanks!
yeah, what about public domain or CC (no share-alike, no attribution)?
this way users can use it in any way and never make a licensing mistake.
and please no licensing info in the .turtle files 'm selves. :)
a notice in the README will do..
a one line comment on to of the file saying: # $SCRIPT_NAME by $AUTHOR
and we should edit the scripts to adhere some kind of code style conventions..
_c.