hyp / tree-generator

a demo tree generator using space colonization algorithm
4 stars 0 forks source link

Cleaning / Updating in order to compile and run on GNU/Linux #1

Closed lvictorino closed 12 years ago

lvictorino commented 12 years ago

Some changes have been made.

As the result is very static, the algorithm don't run by itself, and seems not interactive, I assume that some code is missing on your master branch. Screenshot:

Linux Version

hyp commented 12 years ago

Hmm, I just discovered I have uncommited code in my repo, and since I never really used git merge before, I'm not sure what to do. I'll probably commit my changes, and then merge them with yours and try to resolve any conflicts. But at least I know that I always have to commit now, even if I stopped working on the project, so this shouldn't happen again :)

hyp commented 12 years ago

Done! can you please check if it works on your linux?

lvictorino commented 12 years ago

I've made another pull request and with that it works on "my" Linux. Do you want me to also push the associated Makefile?

hyp commented 12 years ago

Yeah sure, you can add the makefile

lvictorino commented 12 years ago

done.

hyp commented 12 years ago

I just wrote segment rendering with small spheres, check it out, looks pretty cool :D

lvictorino commented 12 years ago

Nice :) what parameters do you use ?

hyp commented 12 years ago

I'm just messing around with them to get good results, but usually influenceRadius of 2.6 and segmentLength of 0.85 works well. Sometimes it also turns out ugly because of random points, so try a few runs with the same parameters