Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Using TBB to make a Renderer

jose-maria-gomez-ver
265 Views
Rendering is one of the process in which you can put multi-threading phylosofy more easily. I am started to do one rederer to make a good test of TBB.

Do you know about some RayTracer that use TBB. I know that Maya use TBB but Maya is not a RayTracer, but a modeling tool.

Thanks in advance.
0 Kudos
3 Replies
robert-reed
Valued Contributor II
265 Views
One of the sample programs that ships with TBB is called tachyon, and it IS a ray tracer
0 Kudos
jose-maria-gomez-ver
265 Views
Yes, I saw that, but I was referring to a commercial one.
Thanks
0 Kudos
robert-reed
Valued Contributor II
265 Views
Well, there are a number of gaming and animation companies who are using TBB but I don't think I have permission to mention their names, so I'll point you to another, albeit noncommercial example, the Smoke demo project, which at least has commercial components.
0 Kudos
Reply