Talk:Sierpinski triangle: Difference between revisions

m
added whitespace.
m (added whitespace.)
 
(4 intermediate revisions by 3 users not shown)
Line 1:
== JavaScript algorithm ==
 
I'm confused about the algorithm in the JavaScript version. Could we get more descriptive variable names for u and t or maybe a pseudocode algorithm that everyone can use? --[[User:Mwn3d|Mwn3d]] 16:29, 14 March 2008 (MDT)
 
 
== Graphics lib ==
Line 8 ⟶ 11:
 
:: I think converting it into graphics would be rather simple, even without a really existing function. It is enough to advance x on every space, and set pixel on every *, and advance y on every "\n" or similar... Anyway... what about languages (like Postscript, Metafont...) which have a "natural" graphics nature? Or what about using the codes in the [[Raster graphics operations]] for languages that implemented that, and —also?— a certain common library/package for the others, if (easily) available? --[[User:ShinTakezou|ShinTakezou]] 10:54, 2 May 2009 (UTC)
 
 
== Variations ==
 
How about a related task to draw the gasket using the [[wp:chaos game]]? Or the Xor method mentioned in [[wp:Sierpinski triangle|the Wikipedia article]]? I've done both in the past; pretty simple, really. -- [[User:Eriksiers|Eriksiers]] 00:51, 4 November 2009 (UTC)
: http://rosettacode.org/wiki/Chaos_game