TheCoffeMaker has quit [Read error: Connection reset by peer]
mtm has quit [Ping timeout: 244 seconds]
TheCoffeMaker has joined #openscad
mtm has joined #openscad
kintel has joined #openscad
<kintel>
In terms of gsoc, one possible project could be to shape up our MSVC support for native Windows devs. It would require us to attract someone familiar with native Windows development, and able to understand how library dependencies, DLLs etc. actually works.
<kintel>
(might be way late to bring that up though)
<teepee>
org deadline is tuesday
<teepee>
sean asked a while ago, but I'm not checking gmail very ofen
<teepee>
windows stuff might be a bit difficult to mentor though
<teepee>
but adding the topic can't hurt
<kintel>
Yeah, mentoring would be more about how to play nice with other OS'es and help with CI config, so skills would need to come from other sources
<kintel>
I was thinking: MSVC support, library packaging for MSVC, integration of library packaging + build into CI (for every PR to avoid bitrot), update READMEs, consider binary builds on native Windows, write up HOWTO native debugging, plus generally educate us on how native Windows development works. This will easily fill 3-6 months of work, so scale it down appropriately
<kintel>
I can mentor, modulo being away practically all of July. I might even be persuaded to install Windows again :)
<Murr>
Is there a command line flag to get a list of all fonts that an OpenSCAD installation supports (apart from fc-list)
<teepee>
no, only gui right now
<teepee>
nut there should be a matching fc-list incabtation
<Murr>
I realized that especially with emoji fonts, there are fonts that fc-list shows that do not in fact work
<Murr>
on the other hand, these also show up in the OpenSCAD font list, so I guess OpenSCAD does not really know when it cannot handle a particular font
<teepee>
yes, I think the main criteria is "scalable" exvluding bitmap fonts
<teepee>
I don't know how to exclude those. if "color=false" is a good criteria we could add that