Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 356 Bytes

dedg3

dedg3 with Qt #about this project This is a implementation of the web site 'www.dedg3.com' apperance by using c++ and Qt. It's using  <QGraphicView> and <QGraphicItem> to simulation this site's effect. Unfortunate, its efficiency is only slightly higher than the web page version. I think directly painting with OpenGL is a Better choice.