# 2020.06.02 Hangout

**URL:** https://discourse.slicer.org/t/2020-06-02-hangout/11820
**Category:** Weekly meetings
**Created:** [June 1, 2020, 8:35pm UTC](https://discourse.slicer.org/t/2020-06-02-hangout/11820 "2020-06-01T20:35:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jcfr](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jcfr/32/17825_2.png) [@jcfr](https://discourse.slicer.org/u/jcfr)
#### Post date: [June 1, 2020, 8:35pm UTC](https://discourse.slicer.org/t/2020-06-02-hangout/11820/1 "2020-06-01T20:35:36Z")

</div>

Tomorrow, we will be having our weekly hangout at 10:00 AM EST until 11 AM EST.

Anyone is welcome to join to ask questions at [https://bit.ly/slicer-googlemeet-hosted-by-kitware](https://bit.ly/slicer-googlemeet-hosted-by-kitware)

Agenda:

- Slicer 5 progress check-in
- Build infrastructure updates
- Extensions server status (follow up of [this post](https://discourse.slicer.org/t/problematic-behavior-of-the-extension-manager/10986/5))
- SlicerJupyter blog [draft](https://docs.google.com/document/d/1oSUw_0LOoQSTzFxIDI9KpI2HzzhUhijek4WQYKtIh_0/edit#) review

Feel free to post to this thread to request/suggest a topic!

Thanks  
Sam (@Sam_Horvath) and J-Christophe (@jcfr)

---

<div class="post-metadata">

### Author: ![jcfr](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jcfr/32/17825_2.png) [@jcfr](https://discourse.slicer.org/u/jcfr)
#### Post date: [June 2, 2020, 3:36pm UTC](https://discourse.slicer.org/t/2020-06-02-hangout/11820/2 "2020-06-02T15:36:55Z")

</div>

We discussed the following:

- plan to have Qt build recipes collaboratively maintained
- Extension server: this afternoon @jcfr will meet with Kitware web team to refine strategy for updating and maintaining the extension server
- need to improved multi-volume volume rendering support
  - There is interest in having realistic rendering

- improving markup selection by drawing closed curved annotation as well as use of these as input the new [dynamic modeler module](https://www.youtube.com/watch?v=F6fNMQTxD-4)
- use of sphinx-gallery (like what is done with [pyvista](https://docs.pyvista.org/examples/index.html)) to display examples currently listed on the [ScriptRepository](https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository) wiki page.
  - a cons of using the gallery is that it seems we will not be able to easily search on a single page

- implementation of python console addon allowing to easily lookup and use script repository examples (idea from @pieper)
- issue with Windows installer following the Qt5 update
  - potentially related to the fact we build using toolset 142 while having pre-built dependency built with an other toolset
  - @lassoan will provide more details to help debug this

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [June 2, 2020, 3:51pm UTC](https://discourse.slicer.org/t/2020-06-02-hangout/11820/3 "2020-06-02T15:51:33Z")

</div>

Random followup on the Qt build ideas: I found [this github action script](https://github.com/jurplel/install-qt-action) to install Qt and it uses [this aqtinstall](https://github.com/miurahr/aqtinstall/) tool that looks like it would work for Slicer but I haven’t tried.
