Multithreading
It’s been quiet lately… However development has not stalled: I’m busy working on re-architecturing the code, which was quite experimental. I’m also working on multithreading support.
Hopefully soon I’ll get a nice speed bump and a leaner code base to move forward to more render features.
Categories: General development
It’s nice to get some updates from you!Anyway,which library are you using for multithreading?
As I’m developing in C on an UNIX system (Mac OS X), I’m simply using POSIX threads.