lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

Multithreading #51

Open lene opened 10 years ago

lene commented 10 years ago

multithreaded 4D transform, projection and (maybe) drawing

do the transformations in N threads, each one working on one plane

lene commented 10 years ago
lene commented 10 years ago

Logged In: YES user_id=303882 Originator: YES

policy classes which determine how to do the multithreading would be great maybe make the matrix classes a policy too the matrix multiplication might be a candidate for multithreading too, but that might be too fine-grained and too much overhead. profile!

lene commented 10 years ago