Shall a renderer support multiple processors? #12
Replies: 2 comments 1 reply
-
thing is that i can't really image a use case where someone would like to render multiple processors. e.g. rendering an the exception to this would be |
Beta Was this translation helpful? Give feedback.
-
Well, this is probably true. This is probably something worth considering, since what I was planning was to have a generalized framework that can be extended as needed, not a single end product. |
Beta Was this translation helpful? Give feedback.
-
In regards to supporting multiple processors, it is worth considering if this would be a beneficial step. Potential issues could arise with execution order, and separation of processors must be carefully considered, possibly through inheritance. Additionally, another concern is the potential complexity that may come with utilizing multiple processors, which could make the workflow more challenging to manage. We should carefully weigh the pros and cons before committing to this approach and explore alternatives that may better suit our needs without adding unnecessary complexity. Ultimately, while multiple processor support may be tempting, thorough evaluation is necessary to ensure positive impact on our workflow and project. Let us keep these points in mind and have a thoughtful discussion before proceeding.
Beta Was this translation helpful? Give feedback.
All reactions