k3ut0i / brownian-tree-ss

a fast(NOT YET) implementation of brownian trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brownian Trees

Various methods to generate Brownian trees. Threaded methods are not completed. Non deterministic vs deterministic computations need profiling. See implementation docs for more info and examples for more sample images.

Simple examples

$ time ./center_seeded.bin 200 200 4000 3                             
Brownian Tree: w:200, h:200, Init:(100,100) to sample_200x200_4000_3.pbm
./center_seeded.bin 200 200 4000 3  15.58s user 0.01s system 99% cpu 15.592 total

Center seed with random seed 3. sample_200x200_4000_3.png

A collection of images with seed at the center. sample_200x200_n10.gif

Scripted examples

docs/sample_scripted_circle.png docs/sample_scripted_square.png

About

a fast(NOT YET) implementation of brownian trees


Languages

Language:C 63.2%Language:Scheme 24.4%Language:Makefile 5.5%Language:Perl 5.5%Language:Emacs Lisp 1.4%