mattiascibien / ivygen

A fork of http://graphics.uni-konstanz.de/~luft/ivy_generator/. Generates Ivy and plant 3D models
GNU General Public License v2.0
23 stars 4 forks source link

Only 1 core is being used #13

Open mzogithub opened 5 years ago

mzogithub commented 5 years ago

Hi again,

When I was testing the app I also noticed that only one CPU core is being used when processing the ivy growth. If more cores were used the processing speed would dramatically increase on multi-core systems.

I thought that maybe the app is built as 32bit rather than 64bit?

mattiascibien commented 5 years ago

The app is not optimized at all for multi cores. I’ll try to see what I can do but I am quite new to threading in this context