Hacker News new | ask | show | jobs
by oldgradstudent 1864 days ago
Can I integrate Tauri into an existing Windows application?

Specifically:

1. Can I place it into a native window handle (e.g. HWND on Windows)?

2. Can I create a new window, but use the parent application's event loop without modification?

Thanks