CodeCity like visualization in Linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

CodeCity like visualization in Linux

Rafael Luque
Hi all,

I'm working on an introductory talk about Pharo for a software craftsmanship local meetup.

The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in GTInspector. It seems that NBOpenGL does not work in Linux. 

Do you know any way to make it work in Linux?

Thank you.
Reply | Threaded
Open this post in threaded view
|

Re: CodeCity like visualization in Linux

Tudor Girba-2
CodeCity only works in Pharo 3 (or maybe also 4).

Doru


> On Oct 25, 2017, at 1:38 AM, Rafael Luque <[hidden email]> wrote:
>
> Hi all,
>
> I'm working on an introductory talk about Pharo for a software craftsmanship local meetup.
>
> The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in GTInspector. It seems that NBOpenGL does not work in Linux.
>
> Do you know any way to make it work in Linux?
>
> Thank you.
> ‌

--
www.tudorgirba.com
www.feenk.com

"Presenting is storytelling."


Reply | Threaded
Open this post in threaded view
|

Re: CodeCity like visualization in Linux

Rafael Luque
Thank you for your help Tudor.

I'm trying with the CodeCity image I've downloaded from your post (http://www.humane-assessment.com/blog/communicating-changes-in-pharo-3-0) and I get the error "MessageNotUnderstood: receiver of "platformId" is nil" in the NBMacGLContextDriver class>>supportsCurrentPlatform method.

By this reason I thought it only works on Mac or maybe I must previously configure something to get the NativeBoost working on Linux.

Thank you.




2017-10-25 9:02 GMT+02:00 Tudor Girba <[hidden email]>:
CodeCity only works in Pharo 3 (or maybe also 4).

Doru


> On Oct 25, 2017, at 1:38 AM, Rafael Luque <[hidden email]> wrote:
>
> Hi all,
>
> I'm working on an introductory talk about Pharo for a software craftsmanship local meetup.
>
> The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in GTInspector. It seems that NBOpenGL does not work in Linux.
>
> Do you know any way to make it work in Linux?
>
> Thank you.
> ‌

--
www.tudorgirba.com
www.feenk.com

"Presenting is storytelling."



Reply | Threaded
Open this post in threaded view
|

Re: CodeCity like visualization in Linux

Tudor Girba-2
Hi,

Indeed, the image was for Mac, but unfortunately I do not know if it works on Linux.

But, for your talk, there are other cool things that you can show in the latest Moose. If you are interested, please contact me directly.

Cheers,
Doru


> On Oct 25, 2017, at 9:39 AM, Rafael Luque <[hidden email]> wrote:
>
> Thank you for your help Tudor.
>
> I'm trying with the CodeCity image I've downloaded from your post (http://www.humane-assessment.com/blog/communicating-changes-in-pharo-3-0) and I get the error "MessageNotUnderstood: receiver of "platformId" is nil" in the NBMacGLContextDriver class>>supportsCurrentPlatform method.
>
> By this reason I thought it only works on Mac or maybe I must previously configure something to get the NativeBoost working on Linux.
>
> Thank you.
>
>
>
> ‌
>
> 2017-10-25 9:02 GMT+02:00 Tudor Girba <[hidden email]>:
> CodeCity only works in Pharo 3 (or maybe also 4).
>
> Doru
>
>
> > On Oct 25, 2017, at 1:38 AM, Rafael Luque <[hidden email]> wrote:
> >
> > Hi all,
> >
> > I'm working on an introductory talk about Pharo for a software craftsmanship local meetup.
> >
> > The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in GTInspector. It seems that NBOpenGL does not work in Linux.
> >
> > Do you know any way to make it work in Linux?
> >
> > Thank you.
> > ‌
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Presenting is storytelling."
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Being happy is a matter of choice."





Reply | Threaded
Open this post in threaded view
|

Re: CodeCity like visualization in Linux

Rafael Luque
Great! Thank you Doru.




2017-10-25 10:36 GMT+02:00 Tudor Girba <[hidden email]>:
Hi,

Indeed, the image was for Mac, but unfortunately I do not know if it works on Linux.

But, for your talk, there are other cool things that you can show in the latest Moose. If you are interested, please contact me directly.

Cheers,
Doru


> On Oct 25, 2017, at 9:39 AM, Rafael Luque <[hidden email]> wrote:
>
> Thank you for your help Tudor.
>
> I'm trying with the CodeCity image I've downloaded from your post (http://www.humane-assessment.com/blog/communicating-changes-in-pharo-3-0) and I get the error "MessageNotUnderstood: receiver of "platformId" is nil" in the NBMacGLContextDriver class>>supportsCurrentPlatform method.
>
> By this reason I thought it only works on Mac or maybe I must previously configure something to get the NativeBoost working on Linux.
>
> Thank you.
>
>
>
> ‌
>
> 2017-10-25 9:02 GMT+02:00 Tudor Girba <[hidden email]>:
> CodeCity only works in Pharo 3 (or maybe also 4).
>
> Doru
>
>
> > On Oct 25, 2017, at 1:38 AM, Rafael Luque <[hidden email]> wrote:
> >
> > Hi all,
> >
> > I'm working on an introductory talk about Pharo for a software craftsmanship local meetup.
> >
> > The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in GTInspector. It seems that NBOpenGL does not work in Linux.
> >
> > Do you know any way to make it work in Linux?
> >
> > Thank you.
> > ‌
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Presenting is storytelling."
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Being happy is a matter of choice."






Reply | Threaded
Open this post in threaded view
|

Re: CodeCity like visualization in Linux

Stephane Ducasse-3
you can show them cvs file
'my.cvs' asFileReference
and inspect you get a table :)
but it is still a file reference
Same with zip file
Check the videos of the mooc on GTInspector

Stef


On Wed, Oct 25, 2017 at 11:35 AM, Rafael Luque
<[hidden email]> wrote:

> Great! Thank you Doru.
>
>
>
> ‌
>
> 2017-10-25 10:36 GMT+02:00 Tudor Girba <[hidden email]>:
>>
>> Hi,
>>
>> Indeed, the image was for Mac, but unfortunately I do not know if it works
>> on Linux.
>>
>> But, for your talk, there are other cool things that you can show in the
>> latest Moose. If you are interested, please contact me directly.
>>
>> Cheers,
>> Doru
>>
>>
>> > On Oct 25, 2017, at 9:39 AM, Rafael Luque <[hidden email]>
>> > wrote:
>> >
>> > Thank you for your help Tudor.
>> >
>> > I'm trying with the CodeCity image I've downloaded from your post
>> > (http://www.humane-assessment.com/blog/communicating-changes-in-pharo-3-0)
>> > and I get the error "MessageNotUnderstood: receiver of "platformId" is nil"
>> > in the NBMacGLContextDriver class>>supportsCurrentPlatform method.
>> >
>> > By this reason I thought it only works on Mac or maybe I must previously
>> > configure something to get the NativeBoost working on Linux.
>> >
>> > Thank you.
>> >
>> >
>> >
>> > ‌
>> >
>> > 2017-10-25 9:02 GMT+02:00 Tudor Girba <[hidden email]>:
>> > CodeCity only works in Pharo 3 (or maybe also 4).
>> >
>> > Doru
>> >
>> >
>> > > On Oct 25, 2017, at 1:38 AM, Rafael Luque
>> > > <[hidden email]> wrote:
>> > >
>> > > Hi all,
>> > >
>> > > I'm working on an introductory talk about Pharo for a software
>> > > craftsmanship local meetup.
>> > >
>> > > The presentation will be mainly driven by demos and I'd like to show a
>> > > CodeCity-like visualization. I've been able to load it in Pharo 5, but it
>> > > get an error when select the "City" tag in GTInspector. It seems that
>> > > NBOpenGL does not work in Linux.
>> > >
>> > > Do you know any way to make it work in Linux?
>> > >
>> > > Thank you.
>> > > ‌
>> >
>> > --
>> > www.tudorgirba.com
>> > www.feenk.com
>> >
>> > "Presenting is storytelling."
>> >
>> >
>> >
>>
>> --
>> www.tudorgirba.com
>> www.feenk.com
>>
>> "Being happy is a matter of choice."
>>
>>
>>
>>
>>
>