hyp / tree-generator

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

Compile & run on Linux again #2

Closed lvictorino closed 12 years ago

lvictorino commented 12 years ago

I just add a #define in order to make it compile and run again. I think I will try to organize and change some of this code soon to give it a better "C++" shape if you don't mind.

hyp commented 12 years ago

Yeah, sure no problem, I just used old C sprintf for quick prototype, but now I use C++ std for most of this stuff.