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. |
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." |
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). |
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." |
Great! Thank you Doru. 2017-10-25 10:36 GMT+02:00 Tudor Girba <[hidden email]>: Hi, |
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." >> >> >> >> >> > |
Free forum by Nabble | Edit this page |