Warning: Undefined array key "which" in /srv/hosted/pouet/sites/www.pouet.net/prod.php on line 1055
80byte fractal by LGDT/ccore :: pouët.net

pouët.net

80byte fractal by LGDT/ccore
screenshot added by lgdt on 2005-01-22 19:11:32
platform :
type :
release date : n/a
  • 12
  • 1
  • 0
popularity : 54%
 54%
  • 0.92
alltime top: #11702
added on the 2005-01-22 19:11:32 by lgdt lgdt

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

B013CD106800A0076689F86699BB4001F7F305641781C2520A6689D56689C6B94F00660FAFC066C1E80CF6C4C0751C6689D36689C2660FAFDB66C1EB0C6629D86601DA6629F26629E8E2D788C8AAEBB8
rulez added on the 2005-01-22 19:12:00 by lgdt lgdt
doesn't work in win2k but in dosbox.
selfvoting sux...
rulez added on the 2005-01-25 12:44:29 by ie ie
Link? I am kinda bored to make the code from that (even if it's a matter of few minutes) and I'd love to have a working zip with the com file or source..
added on the 2005-01-27 14:34:33 by Optimus Optimus
actually everything you can see is on the screenshot :)
added on the 2005-01-28 22:04:15 by lgdt lgdt
I somehow miss the 9C in that code.
And I guess releases should contain at least one file :)
Anyway it's a fractal and it's 80 bytes, so....
rulez added on the 2005-01-29 04:42:41 by mizc mizc
You probably can make Serpinsky with somewhere between 10-32 bytes. ;)

I once made 256b animated Julia, but it probably wasn't big achievement compared to this.
rulez added on the 2005-01-29 07:23:11 by KK KK
org 100h

mov al,13h
int 10h

push word 0A000h
pop es

l01
mov eax,edi
cdq
mov bx,320
div bx
add ax,5988
add dx,2642

mov ebp,edx
mov esi,eax

mov cx,79
frac
imul eax,eax
shr eax,12

test ah,11000000b
jnz short draw

mov ebx,edx
mov edx,eax

imul ebx,ebx
shr ebx,12

sub eax,ebx
add edx,ebx

sub edx,esi
sub eax,ebp

loop frac
draw

mov al,cl
stosb

jmp short l01

; can you see any optimization possibilities?
added on the 2005-01-29 15:09:02 by lgdt lgdt
Looks pretty nice for 80 bytes, and it's not the standard "let's morph the Julia set!" either
rulez added on the 2005-01-29 15:15:52 by Preacher Preacher
nice for the size. what's that fractal called?
rulez added on the 2005-01-29 15:32:28 by cruzer cruzer
and you can send it in SMS too :)
added on the 2005-01-29 15:32:56 by lgdt lgdt
cruzer: i don't think it has a name. it is my own fractal. you can call it whatever you want.
added on the 2005-01-29 15:34:31 by lgdt lgdt
BB Image
[img]http://img.tar.hu/lgdt/img/10683651.png
[/img]
added on the 2005-01-30 21:51:56 by lgdt lgdt
selfvoting rules
rulez added on the 2005-01-30 21:54:42 by leaderc leaderc
cool.. it looks like an evil psychedelic fishoid
rulez added on the 2005-01-30 22:51:40 by loaderror loaderror
file fractal.com;
org 100h;

al=13h; int 10h;
<-0A000h; ->es;

{
eax=edi; edxeax+-=eax; bx=320; dxax=dxax/bx;
ax+=5988; dx+=2642;
ebp=edx; esi=eax;

cx=79;{
eax*=eax; eax>>12;
ah&11000000b; jnz break;
ebx=edx; edx=eax;
ebx*=ebx; ebx>>12;
eax-=ebx; edx+=ebx;
edx-=esi; eax-=ebp;
} loop;

al=cl; stosb;

} jmp;
added on the 2005-02-26 10:18:03 by lgdt lgdt
lgdt: then give your unnamed fractal the name of a girl you like, like Mandelbrot did with his Julia ;)
rulez added on the 2005-02-26 12:26:40 by Zest Zest
Vera
added on the 2005-02-26 12:50:37 by lgdt lgdt
mizc wrote: "You probably can make Serpinsky with somewhere between 10-32 bytes. ;)"

RIGHT! :-D

mov al,13h
int 10h

push word 0A000h
pop es

main

mov ax,di
xor dx,dx
mov bx,320
div bx

and ax,dx

setz al

stosb
jmp short main

------

25 bytes :)

http://www..laromantica.net/sier.com
added on the 2005-05-17 19:36:14 by lgdt lgdt
mizc wrote: "You probably can make Serpinsky with somewhere between 10-32 bytes. ;)"

RIGHT! :-D

mov al,13h
int 10h

push word 0A000h
pop es

main

mov ax,di
xor dx,dx
mov bx,320
div bx

and ax,dx

setz al

stosb
jmp short main

------

25 bytes :)

http://www.laromantica.net/sier.com
added on the 2005-05-17 19:36:57 by lgdt lgdt
nice even if i wouldn't care if more bytes for esc support.
rulez added on the 2013-05-26 09:47:13 by sensenstahl sensenstahl
rulez added on the 2013-05-26 13:33:43 by p01 p01
broken link to dead site. any chance to download intro or to recover one?
rulez added on the 2013-05-26 16:41:12 by bulb@ bulb@

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment