Skip to content

Add basic real time rendering example#18

Open
M56198 wants to merge 2 commits into
ComputeNode:mainfrom
M56198:real-time_rendering
Open

Add basic real time rendering example#18
M56198 wants to merge 2 commits into
ComputeNode:mainfrom
M56198:real-time_rendering

Conversation

@M56198
Copy link
Copy Markdown

@M56198 M56198 commented Apr 8, 2025

A simple real-time rendering implementation example. It is very inefficient as we copy the GPU-rendered image data back to the CPU, convert it to a BufferedImage, and display it using Swing.

In the example implementation, we can change the proportion of the screen that is black or white with the left and right arrows.

RealTimeRendering.webm

@szymon-rd szymon-rd force-pushed the main branch 6 times, most recently from ef11eaa to b605d8a Compare January 22, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant