Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSG]: Adopt MultiItemDisplay for multiple renders per run #232

Open
Cloud7050 opened this issue Sep 6, 2023 · 0 comments
Open

[CSG]: Adopt MultiItemDisplay for multiple renders per run #232

Cloud7050 opened this issue Sep 6, 2023 · 0 comments
Labels
Enhancement [Category] New feature request

Comments

@Cloud7050
Copy link
Contributor

Cloud7050 commented Sep 6, 2023

Curve and rune are able to support multiple renders in the same run. They utilise the common MultiItemDisplay component to achieve this, which was added while CSG V1 was also in development.

CSG currently does track all the renders it is told to do, but only selects the last eligible RenderGroup for rendering on a single canvas.

https://github.com/Cloud7050/modules/blob/9624a2619e5055e6a33490204e319fbb0efd2f86/src/tabs/Csg/canvas_holder.tsx#L40

This enhancement involves CSG similarly supporting multiple renders. Some refactoring of CSG's tab portion will be required before the MultiItemDisplay can be adopted.

Depiction of multiple renders in the curve module:

image

See also Cloud7050#35

@Cloud7050 Cloud7050 added the Enhancement [Category] New feature request label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement [Category] New feature request
Projects
None yet
Development

No branches or pull requests

1 participant