You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to make an interactive app that computes things on GPU and can blit the results to screen.
Describe the solution you'd like
Probably a opengl interop minimalist example.
Describe alternatives you've considered
Looking at the other Luisa render project, but it's rather huge.
Additional context
Nope
The text was updated successfully, but these errors were encountered:
We have built-in support for Swapchains and ImGUI (with pure LuisaCompute-based rendering backends) for displaying results. src/tests/test_path_tracing, src/tests/test_imgui, and other GUI-enabled tests might be good starting points for you to figure out how to write GUI applications.
Thx. I am not thinking in terms of gui yet, rather rendering for interactive application. Something game-a-like. But I guess the examples will help anyways.
Is your feature request related to a problem? Please describe.
I would like to make an interactive app that computes things on GPU and can blit the results to screen.
Describe the solution you'd like
Probably a opengl interop minimalist example.
Describe alternatives you've considered
Looking at the other Luisa render project, but it's rather huge.
Additional context
Nope
The text was updated successfully, but these errors were encountered: