Talk:Dragon curve/C: Difference between revisions

m
(→‎Does it work?: it worked, before someone changed draw_line into line and took it apart from the "imglib" set of function for image processing tasks)
m (→‎Does it work?: L-systems)
Line 3:
: It compil-es(ed) and work-s(-ed). Since this is a wiki code may be changed, fixed, replaced, made better or worse, broken altogether with its original "interface", even without taking attention, care or ask (themselves questions like, in this case, ''why he wrote "to be added to imglib.h"? what does it mean?''). It happens. What you need is of course a function that draws a line. And where can you find it on RC? Maybe here [[Bitmap/Bresenham's_line_algorithm#C]] is a good place to look at, even if a contributor changed the function without asking what the meaning of the header text could have been.
: If you are interested in, long ago I tried to collect these codes to address the problem you're experiencing, but I've not updated it since then, so it could be a little bit or very much out of date. [http://www.mauropanigada.net/filepot/index.php?dir=RosettaCode Here] you can find the archive. About my contributions, despite the fact you like them or not, I assure you I have always compiled and tried my code before posting, even if of course it can be (very likely) bugged and work properly just for the test case required by the task, or few more if I had time to try. --[[User:ShinTakezou|ShinTakezou]] 21:20, 21 May 2012 (UTC)
: Forgot to answer the judgement. L-System are very interesting, and this is just a '''straightforward''' implementation, without lights nor shades, I believe. Saving the whole string (?) is what it happens when the focus is not on efficient string handling, but rather on the "formal essence" of the system (which, by the way, at the time t is "described" by the whole string). --[[User:ShinTakezou|ShinTakezou]] 21:33, 21 May 2012 (UTC)