Dovyski / cvui

A (very) simple UI lib built on top of OpenCV drawing primitives

Home Page:https://dovyski.github.io/cvui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV drawing primitives with GTK ??

Cyper77 opened this issue · comments

commented

hi again Dovyski, i have a stupid question and sorry for that from the beginning.
i am using well cvui but i dont understand that :
on readme.md you wrote "only OpenCV drawing primitives"
but install.sh have :
libgtk2.0-dev
libavcodec-dev
libavformat-dev
libswscale-dev
so, are we really need gtk environment?
or we just skip this install.sh and add cvui.h to our app..

Also can you add for easy font change code in header?
we dont stick to that "cv::FONT_HERSHEY_SIMPLEX" :)
thanks.

Hi! There is not stupid question ;)

You are totally right. We don't need a gtk environment. The install.sh script I'm using has been adapted from a tutorial that probably used OpenCV with GTK. The same install.sh is only used for CI testing (Travis-CI). You don't need it, just add cvui.h to your app.

Also can you add for easy font change code in header?
we dont stick to that "cv::FONT_HERSHEY_SIMPLEX" :)
thanks.

Sure! 😄 I've added an issue to track this feature request.