# GPUI App Example This is an example of build app by using GPUI. https://github.com/huacnlee/gpui-app/assets/5518/ad103f02-697a-40ed-a876-8b13e4242a72 ## How to build ```bash cargo run ``` ## License There have a part of UI components from [Zed](https://github.com/zed-industries/zed/tree/main/crates/ui), that are under GPL v3.0 license. - title_bar > I think we can discuss them with Zed team to change the license to MIT or Apache License for share to community. Other code are under Apache License.