File:DragonCurveEvolution.gif

DragonCurveEvolution.gif(600 × 400 pixels, file size: 145 KB, MIME type: image/gif, looped, 23 frames, 15 s)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Animated evolution of Dragon curve, generated by L-system
Čeština: Animovaný vývoj Dračí křivky, vygenerováno pomocí L-systému
Source Own work
Author NightElfik

Generated with edit

DragonCurveEvolution {
	axiom = R(400);
	//axiom = [@(1)#(1) R(400)] x(400);
	//axiom = [@(1)#(1) x(400)] R(400);

	angle = 45;
	i = 10;
	LineWidth = 3;
	palette = #000 #ccc;

	@: SetColorIndex;
	#: SetLineWidth;

	
	R(d) => -R(d/(√2))++L(d/(√2))-;
	L(d) => +R(d/(√2))--L(d/(√2))+;
	
	x(d) => E(d);
	E(d) => -E(d/(√2))++F(d/(√2))-;
	F(d) => +E(d/(√2))--F(d/(√2))+;
}

Licensing edit

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:21, 24 March 2011Thumbnail for version as of 22:21, 24 March 2011600 × 400 (145 KB)NightElfik (talk | contribs)Made less boring and smaller.
03:33, 11 February 2011Thumbnail for version as of 03:33, 11 February 2011600 × 400 (441 KB)NightElfik (talk | contribs)Fixed timing (one frame was 1 sec between 0.5 sec frames)
03:28, 11 February 2011Thumbnail for version as of 03:28, 11 February 2011600 × 400 (441 KB)NightElfik (talk | contribs){{Information |Description ={{en|1=Animated evolution of Dragon curve, generated by L-system}} {{cs|1=Animovaný vývoj Dračí křivky, vygenerováno pomocí L-systému}} |Source ={{own}} |Author =NightElfik |Date

The following page uses this file:

File usage on other wikis

The following other wikis use this file: