@vil wrote:
hello
This is really a beginners programmer question on threads, so excuses for possible stupidity. I am working on some 2D slices of higher dimensional Julia sets using Clifford algebra and that demands a lot of computation. It is very easy to split the computational load into pieces (e.g. 4) by simply computing different parts of the image-surface separately. Then when the (4) threads have finished , I could use the data to draw in the fbo. I read the chapter on threads in the of-book and also what I could find here on the forum so I think I can write a class ComputeQuarterJulia which starts each thread. My question is How could I make sure that all threads are ready before I start to use the data for the fbo.
Thanks so much in advance
Vilbjørg
attached a slice of a 7D julia set
Posts: 3
Participants: 3