Skip to content

k3ut0i/brownian-tree-ss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published