Re: [osg-users] [osgPlugins] Animated Gifs on iOS

2019-04-02 Thread Robert Osfield
Hi Alessandro, On Tue, 2 Apr 2019 at 18:12, Alessandro Terenzi wrote: > I'm thinking to create a osg::ImageSequence if the actual Gif file contains > more than 1 image and return that instead of a osg::Image object... > > I will test this approach more in depth and submit the improvement if

Re: [osg-users] [osgPlugins] Animated Gifs on iOS

2019-04-02 Thread Alessandro Terenzi
I'm thinking to create a osg::ImageSequence if the actual Gif file contains more than 1 image and return that instead of a osg::Image object... I will test this approach more in depth and submit the improvement if there's no other way to use animated Gifs on iOS. Cheers, Alessandro

Re: [osg-users] EditorConfig file?

2019-04-02 Thread Chris Djali
kornerr wrote: > Hi, Chris, > > just create EditorConfig and share it. Those who are interested will > follow you.Don't wait for us to want your thing. Just do the thing, > show it and explain its benefits. > You're not alone, we're here, but you lead EditorConfig initiative, not us. > >

[osg-users] [osgPlugins] Animated Gifs on iOS

2019-04-02 Thread Alessandro Terenzi
Hi, I'm using OSG 3.6.3 on iOS and, as far as I understand, using imageio plugin the loading Gif images works fine, but I cannot see animations if the Gif is animated. Looking at the imageio plugins source code, unless I missed something, no ImageStream is ever created, instead just a single

Re: [osg-users] CPU Performance issues with AMD 2700 vs Intel Corei7 4770S

2019-04-02 Thread François Cami
On Tue, Apr 2, 2019 at 4:33 PM Robert Osfield wrote: > > Hi François > > Thanks for the suggestion and links. I had been wondering about there > was an issue with thread affinity and your links illustrates how this > can be even worse than normal with the two group of cores on the > Ryzen. > > I

Re: [osg-users] CPU Performance issues with AMD 2700 vs Intel Corei7 4770S

2019-04-02 Thread Robert Osfield
Hi François Thanks for the suggestion and links. I had been wondering about there was an issue with thread affinity and your links illustrates how this can be even worse than normal with the two group of cores on the Ryzen. I have followed your suggestion of using taskset to set the affinity to

Re: [osg-users] CPU Performance issues with AMD 2700 vs Intel Corei7 4770S

2019-04-02 Thread François Cami
Hi, On Tue, Apr 2, 2019 at 8:52 AM Robert Osfield wrote: > > Hi Chris, > > On Mon, 1 Apr 2019 at 21:41, Chris Hanson wrote: > > I don't have any modern Apples to Apples comparisons to cite. > > > > I do know, that if you recall, we ran into threading issues when dealing > > with the massive

Re: [osg-users] EditorConfig file?

2019-04-02 Thread michael kapelko
Hi, Chris, just create EditorConfig and share it. Those who are interested will follow you.Don't wait for us to want your thing. Just do the thing, show it and explain its benefits. You're not alone, we're here, but you lead EditorConfig initiative, not us. Regards On Tue, 2 Apr 2019 at 09:55,

Re: [osg-users] EditorConfig file?

2019-04-02 Thread Robert Osfield
Hi Chris, On Mon, 1 Apr 2019 at 22:17, Chris Djali wrote: > It's been a couple of weeks, and I've not had any response about any official > policy on indentation in the case of existing files that already break the > global rule. Should I just go for the stance of "it's supposed to be spaces

Re: [osg-users] CPU Performance issues with AMD 2700 vs Intel Corei7 4770S

2019-04-02 Thread Robert Osfield
Hi Chris, On Mon, 1 Apr 2019 at 21:41, Chris Hanson wrote: > I don't have any modern Apples to Apples comparisons to cite. > > I do know, that if you recall, we ran into threading issues when dealing with > the massive plenoptic display IG back in 2015 or so on AMD cards, and it > needed