# MIQT - MIT 라이센스의 Go용 Qt 바인딩

> Clean Markdown view of GeekNews topic #17172. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=17172](https://news.hada.io/topic?id=17172)
- GeekNews Markdown: [https://news.hada.io/topic/17172.md](https://news.hada.io/topic/17172.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-10-10T10:16:02+09:00
- Updated: 2024-10-10T10:16:02+09:00
- Original source: [github.com/mappu](https://github.com/mappu/miqt)
- Points: 7
- Comments: 1

## Summary

기존 GO용 qt바인딩들은 LGPL이어서 상용/소스 비공개 앱을 만들기 어려운데 반해, MIQT는 MIT 라이센스를 사용하여 상용 및 소스 비공개 애플리케이션 개발에 유리합니다. QtCore, QtGui, QtWidgets를 포함한 다양한 Qt 기능을 지원하며, uic/rcc 구현도 제공합니다.

## Topic Body

- 기존 qt바인딩들은 LGPL이어서 상용/소스 비공개 앱을 만들기 어려움   
- MIQT는 CGO를 사용한 Qt API의 간단한 바인딩으로 MIT 라이센스임  
- QtCore, QtGui, QtWidgets 모두에 대해 작동하며, uic/rcc 구현도 있음   
- 2024년 8월에 새로 시작되어 일부에선 미숙할 수 있음

## Comments



### Comment 29896

- Author: bus710
- Created: 2024-10-10T12:19:34+09:00
- Points: 1

원래 Go의 Qt 바인딩이라고 하면 이 리포가 제일 성숙했는데 - https://github.com/therecipe/qt,   
개발자가 번아웃이 왔는지 4년 전부터 일절 진행이 안 되고 있었습니다.  
  
이렇게 새 프로젝트가 다시 시작 된다고 하니, 계속 잘 유지 되었으면 좋겠네요.
