Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-16 Thread Nicolai Hess
2015-12-16 12:28 GMT+01:00 Nicolai Hess : > > > 2015-12-16 12:10 GMT+01:00 Esteban Lorenzano : > >> that’s most probably a bug in new FFI-NB backend. >> > > On windows (with spur-vm) most athens examples with transformations and/or > text don't work (-> crash the vm). > interestingly: AthensSurf

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-16 Thread Esteban Lorenzano
> On 16 Dec 2015, at 12:28, Nicolai Hess wrote: > > > > 2015-12-16 12:10 GMT+01:00 Esteban Lorenzano >: > that’s most probably a bug in new FFI-NB backend. > > On windows (with spur-vm) most athens examples with transformations and/or > text don't work (-> crash

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-16 Thread Nicolai Hess
2015-12-16 12:10 GMT+01:00 Esteban Lorenzano : > that’s most probably a bug in new FFI-NB backend. > On windows (with spur-vm) most athens examples with transformations and/or text don't work (-> crash the vm). > I would love some help here :) > where to start? Is there a documentation about f

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-16 Thread Esteban Lorenzano
that’s most probably a bug in new FFI-NB backend. I would love some help here :) In any case, I will get back to FFI-NB as soon as I finish migration. Esteban > On 16 Dec 2015, at 12:03, Alexandre Bergel wrote: > > Currently text in Roassal does not work with Spur: it is wrongly positioned, >

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-16 Thread Alexandre Bergel
Currently text in Roassal does not work with Spur: it is wrongly positioned, and does not appear sometime… I did not look into more detail. Cheers, Alexandre > On Dec 16, 2015, at 2:26 AM, Ben Coman wrote: > > On Tue, Dec 8, 2015 at 10:19 PM, Ben Coman wrote: >> On Tue, Dec 8, 2015 at 6:17 A

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-15 Thread Ben Coman
On Tue, Dec 8, 2015 at 10:19 PM, Ben Coman wrote: > On Tue, Dec 8, 2015 at 6:17 AM, Peter Uhnak wrote: >> On 12/07, Alejandro Infante wrote: >>> Hi, >>> It is really difficult to help you just with a profile and without looking >>> at your code. >>> Even though, I have noticed that most of the t

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-08 Thread Ben Coman
On Tue, Dec 8, 2015 at 6:17 AM, Peter Uhnak wrote: > On 12/07, Alejandro Infante wrote: >> Hi, >> It is really difficult to help you just with a profile and without looking >> at your code. >> Even though, I have noticed that most of the time is used on calculating >> properties related to Compo

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-07 Thread Alexandre Bergel
Hi Pablo, This is great that you contact the mailing list. You have apparently found a bug in the way composite shapes are implemented. I have fixed the problem by introducing a new class RTOptimizedForceBaseLayout. Please, update Roassal and try it. It should be super fast. Else, feel free to

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-07 Thread Peter Uhnak
On 12/07, Alejandro Infante wrote: > Hi, > It is really difficult to help you just with a profile and without looking at > your code. > Even though, I have noticed that most of the time is used on calculating > properties related to CompositeShapes (like position and encompassing > rectangle). >

Re: [Pharo-users] Roassal Performance Issues when applying layout

2015-12-07 Thread Alejandro Infante
Hi, It is really difficult to help you just with a profile and without looking at your code. Even though, I have noticed that most of the time is used on calculating properties related to CompositeShapes (like position and encompassing rectangle). Would be possible for you to run the same code

[Pharo-users] Roassal Performance Issues when applying layout

2015-12-07 Thread Pablo Polanco
Hello, we are Pablo Polanco and Jorge Ampuero and we are Computer Science students at Universidad de Chile. We are currently taking a course on Robotics Software Engineering dictated by Johan Fabry. We want to visualize a simple directed graph and we are experiencing performance issues when layou