-
|
Hi @haixuanTao and @phil-opp I'm preparing my GSoC 2026' proposal for Project #4 (dora-studio) and after studying both the GSoC idea and the existing repo docs, I noticed something I want to confirm before writing my proposal. The GSoC description mentions a web-based GUI with gRPC-Web and a JS/TS SDK, but the ISSUES.md , PRD.md and ARCHITECTURE.md in the repo describe a native desktop app in 100% Rust using Makepad. My read is that the PRD represents the actual implementation direction, and the GSoC description describes the goal/vision. Is that correct? or is the web based approach still on the table? Happy to go either direction just want my proposal to reflect what's actually useful to the project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
@swar09 Hello,both a native Rust GUI based on Makepad and a web-based GUI were considered. GSOC chose the web-based approach primarily because of its lower implementation complexity and well-developed ecosystem, making it easier to implement than Makepad. We would certainly welcome implementations using either approach.