Search found 3441 matches

by B.Y.O.B.
Mon Jan 29, 2018 10:03 am
Forum: Finished Work
Topic: Cold Fusion
Replies: 59
Views: 34936

Re: Cold Fusion

Really hard to say. In the past I rendered laser stuff with dispersion in 20 minutes (Classic API).
Could be either 5 minutes or 50 hours.
by B.Y.O.B.
Mon Jan 29, 2018 9:27 am
Forum: Finished Work
Topic: Cold Fusion
Replies: 59
Views: 34936

Re: Cold Fusion

Looking good, a lot of details to discover.
Rendertime - if you say it's hard to render, maybe 5 hours?
by B.Y.O.B.
Mon Jan 29, 2018 9:00 am
Forum: News
Topic: LuxCoreRender v2.0alpha2 released
Replies: 21
Views: 20586

Re: LuxCoreRender v2.0alpha2 released

Exactly, and when a scene become complex, a full scene viewport rendering will be really slow. You know about local view? http://blender-manual-i18n.readthedocs.io/ja/latest/getting_started/basics/navigating/global_or_local_view.html It is supported by BlendLuxCore. So you can anytime hit numpad + ...
by B.Y.O.B.
Sun Jan 28, 2018 9:08 pm
Forum: Development
Topic: BlendLuxCore Development
Replies: 911
Views: 519515

Re: BlendLuxCore Development

by B.Y.O.B.
Sun Jan 28, 2018 8:18 pm
Forum: Computer Graphic News
Topic: CGI tech news box
Replies: 242
Views: 226998

Re: cgi tech news box

Benedikt Bitterli really creates high-quality papers. He also implements some of the stuff you see in there in his Tungsten renderer, so you can actually look at the code which I really like. I think it would be great to have this portal implementation in LuxCore, it could speed up indoor archviz. A...
by B.Y.O.B.
Sun Jan 28, 2018 4:44 pm
Forum: Finished Work
Topic: Dispersion beauty
Replies: 8
Views: 7653

Re: Dispersion beauty

And what was the render time?
by B.Y.O.B.
Sun Jan 28, 2018 2:12 pm
Forum: Development
Topic: Network rendering support
Replies: 56
Views: 34337

Re: Network rendering support

Sure, PyQt looks good and I already know Qt from C++ programming, but if the licensing situation is unclear as Dade said we might not be able to use it. PyQt is licensed under GPL. LuxCore API is using Apache license. Maybe we just need to license the network manager GUI under GPL - is it a problem ...
by B.Y.O.B.
Sun Jan 28, 2018 1:22 pm
Forum: Development
Topic: Network rendering support
Replies: 56
Views: 34337

Re: Network rendering support

Thanks for the summary. Then I'll look into wxPython.
by B.Y.O.B.
Sun Jan 28, 2018 12:42 pm
Forum: Development
Topic: Network rendering support
Replies: 56
Views: 34337

Re: Network rendering support

Yes it looks a bit experimental to me, maybe not the best idea to use it.
To be honest I'm also not against writing the GUI using C++ ImGUI, I've already used it for a small tool a while ago.
by B.Y.O.B.
Sun Jan 28, 2018 11:26 am
Forum: Development
Topic: Network rendering support
Replies: 56
Views: 34337

Re: Network rendering support

Dade wrote: Sun Jan 21, 2018 4:51 pm 2) select a GUI toolkit for Python (Qt, Wx, TK, etc.). I'm still not sure on what is better to use :?:
Dade, have you tested pyimgui?