#hazzy | Logs for 2018-07-09

Back
[04:04:48] -!- TurBoss has quit [Ping timeout: 255 seconds]
[04:31:58] -!- TurBoss has joined #hazzy
[22:47:33] <TurBoss> Hello
[23:15:13] <hazzy-lab> TurBoss: hello!
[23:15:29] <hazzy-lab> Making a little progress on Qt
[23:16:13] <TurBoss> oh great!
[23:16:15] <hazzy-lab> I got gremlin to load async!
[23:16:28] <TurBoss> I tried to run it but...
[23:17:00] <TurBoss> WOOOOOW!
[23:17:01] <TurBoss> amazin!
[23:17:02] <TurBoss> what color do you like for the statue
[23:17:15] <hazzy-lab> ???
[23:17:16] <hazzy-lab> xD
[23:17:24] <TurBoss> I tried to run but ... throwed _rc errors
[23:17:43] <hazzy-lab> Oh, thank you for telling me
[23:18:18] <hazzy-lab> I need to make the _rc file compile automatically
[23:19:07] <TurBoss> http://dpaste.com
[23:19:13] <TurBoss> what they are?
[23:19:18] <TurBoss> the rc files..
[23:20:27] <TurBoss> I was reading the "blender" thread
[23:20:32] <hazzy-lab> They are QT resource files, for icons and style sheets etc
[23:20:35] <TurBoss> very interesting
[23:20:54] <TurBoss> ok ty
[23:20:54] <TurBoss> :D
[23:20:59] <hazzy-lab> What do you think about that blender interface?
[23:21:20] <TurBoss> any task for me?
[23:21:28] <TurBoss> Amazing!
[23:21:52] <hazzy-lab> Good, I think I will try to help code it
[23:22:23] <TurBoss> very clean
[23:22:24] <TurBoss> also the guy designed all the screens
[23:22:25] <TurBoss> how is called?
[23:22:25] <TurBoss> Brendam?=
[23:22:34] <TurBoss> I need tasks!
[23:22:48] <TurBoss> give me some task
[23:22:50] <TurBoss> :)
[23:22:53] <TurBoss> I'm bored
[23:22:55] <hazzy-lab> I am trying to think how I can put you too work :D
[23:23:28] <TurBoss> ok engines are 100%
[23:23:35] <TurBoss> no hurries
[23:24:30] <hazzy-lab> Do you know much Qt?
[23:25:06] <TurBoss> not much
[23:25:07] <TurBoss> but did things
[23:26:35] <hazzy-lab> ok, and you learn fast
[23:26:56] <TurBoss> https://github.com
[23:27:43] <TurBoss> did that witch opencv c++ and qt
[23:28:35] <hazzy-lab> Very nice! maybe could use parts of it for a cam view widget?
[23:28:54] <hazzy-lab> I am trying to compile :]
[23:28:58] <TurBoss> no need to rewrite is quick
[23:29:01] <TurBoss> nah
[23:29:04] <TurBoss> forgot
[23:29:33] <TurBoss> I mean...
[23:29:33] <TurBoss> rewrite the whole thing is fast
[23:29:54] <hazzy-lab> for you it is :D
[23:30:25] <TurBoss> 😁
[23:31:27] <hazzy-lab> I am using python and PtQt, but I wonder if I would be better to write the widgets in c++ so they are faster
[23:31:35] <hazzy-lab> Do you think that would be worth it?
[23:31:59] <hazzy-lab> I don't know c++ ...
[23:32:11] <TurBoss> hmmmm...
[23:32:18] <TurBoss> then no
[23:32:19] <TurBoss> :D
[23:32:25] <hazzy-lab> LOL
[23:32:41] <TurBoss> I not much familiar qith c++
[23:32:53] <hazzy-lab> But I can learn if it might be better
[23:33:24] <TurBoss> I'm not sure what the advantages could be...
[23:33:42] <hazzy-lab> Ok
[23:34:15] <TurBoss> Ok I'll work on the camera thing
[23:34:25] <hazzy-lab> That would be great!
[23:34:30] <hazzy-lab> Thank you
[23:34:36] <TurBoss> a video widget with streaming support
[23:34:39] <TurBoss> so it can be seen from movile devices
[23:34:49] <TurBoss> but...
[23:34:54] <TurBoss> need some guidance
[23:35:04] <TurBoss> :P
[23:35:11] <TurBoss> not dance
[23:35:12] <TurBoss> not gui
[23:35:13] <TurBoss> hehehehe
[23:35:24] <hazzy-lab> haha
[23:35:25] <hazzy-lab> ok
[23:35:32] <TurBoss> question :
[23:35:36] <TurBoss> where I should put my code
[23:35:58] <TurBoss> or how is this structured
[23:36:02] <TurBoss> 100% lost
[23:36:19] <hazzy-lab> sec, I will try to explain
[23:36:46] <TurBoss> we can talk other day about this if late
[23:36:47] <TurBoss> ok ty
[23:37:42] <hazzy-lab> All the widgets are in `QtPyVCP/widgets`
[23:38:02] <hazzy-lab> there are separate dirs for each widget category
[23:38:21] <TurBoss> I see
[23:38:41] <hazzy-lab> within each category there are is a python file for the widget implementation, and a plug-in file
[23:39:29] <hazzy-lab> All the plugin file does is import the widget, so you can write the widget stand alone, and then make it into the plugin latter
[23:39:46] <TurBoss> great
[23:40:03] <TurBoss> smart
[23:40:23] <hazzy-lab> So the camview widget should probably go in widgets/display_widgets
[23:40:27] <TurBoss> ok I'll start
[23:40:50] <TurBoss> not misc?
[23:40:51] <TurBoss> ok display is ok
[23:41:09] <TurBoss> and what about reusable code?
[23:41:24] <TurBoss> is there something I must know
[23:41:27] <TurBoss> ?
[23:41:31] <hazzy-lab> that should go in lib
[23:41:47] <TurBoss> ok
[23:41:56] <hazzy-lab> Is that what you were asking?
[23:42:11] <TurBoss> yes!
[23:42:23] <hazzy-lab> great!
[23:42:30] <TurBoss> okay
[23:44:25] <hazzy-lab> https://github.com
[23:44:41] <hazzy-lab> ^^^ might be helpful
[23:45:19] <hazzy-lab> I hope eventually to add our changes back to qtvcp
[23:45:25] <TurBoss> https://github.com
[23:45:25] <TurBoss> found this
[23:45:27] <TurBoss> without opencv
[23:46:00] <TurBoss> sure
[23:46:16] <hazzy-lab> Oh, those examples might be better!
[23:55:46] <TurBoss> question
[23:55:52] <TurBoss> could a widget be in a directory?=
[23:59:31] <hazzy-lab> Sure
[23:59:50] <TurBoss> fine
[23:59:56] <hazzy-lab> It can even be out side of the main project dir