# DearPyGui - GPU 가속되는 파이썬 GUI 프레임워크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2744](https://news.hada.io/topic?id=2744)
- GeekNews Markdown: [https://news.hada.io/topic/2744.md](https://news.hada.io/topic/2744.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-08-30T12:34:09+09:00
- Updated: 2020-08-30T12:34:09+09:00
- Original source: [github.com](https://github.com/hoffstadt/DearPyGui)
- Points: 5
- Comments: 1

## Topic Body

- C++용 GUI 라이브러리인 DearImGui 의 Wrapper, 간단한 파이썬 코드로 사용 가능.

- 다른 GUI 프레임워크와 달리 네이티브 위젯등을 사용하지 않고 모든 위젯을 GPU로 Drawing (DX11,Metal,OpenGL3)

ㅤ→ 자체 위젯을 이용한 GUI 앱 개발 (입력창, 윈도우, 팝업 등)

ㅤ→ 빠른속도의 그래프 처리(ImPlot)

ㅤ→ 10종의 테마 내장

ㅤ→ 3D게임까지 개발가능한 Canvas 등을 지원, 스파리으트 지원

## Comments



### Comment 2744

- Author: ffdd270
- Created: 2020-08-30T12:54:07+09:00
- Points: 1

원본 라이브러리가 워낙 확장성도 좋고, 어디서든 붙일 수 있어서 Python과 시너지가 기대되네요!
