Skip to content

Core - Implement render target system#274

Open
Kexanone wants to merge 18 commits intomasterfrom
core/render-target
Open

Core - Implement render target system#274
Kexanone wants to merge 18 commits intomasterfrom
core/render-target

Conversation

@Kexanone
Copy link
Member

@Kexanone Kexanone commented Oct 14, 2025

When merged this pull request will:

  • Implement component and system for managing render targets

Background:

  • Render targets can be used for rendering GUIs on surfaces
  • The system will dynamically register/unregister the GUI based on whether the screen is toggled on/off and distance of the camera from the screen.
image

Usage:

  • Object requires ACE_RenderTargetComponent with a resource for the layout specified that contains a RTTextureWidget widget named RTTexture0 and a surface with a render target material.
@Kexanone Kexanone added this to the 1.4.0 milestone Oct 14, 2025
@Kexanone Kexanone added the kind/feature Release Notes: **ADDED:** label Oct 14, 2025
@Kexanone Kexanone marked this pull request as draft October 19, 2025 23:26
@Kexanone Kexanone modified the milestones: 1.4.0, Backlog Oct 20, 2025
@Kexanone Kexanone marked this pull request as ready for review November 15, 2025 17:36
@Kexanone Kexanone added the branch/dev Available on dev branch for preview label Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch/dev Available on dev branch for preview kind/feature Release Notes: **ADDED:**

1 participant