[Pharo-project] Lumiere 1.0

2009-09-08 Thread Fernando olivero
I'm glad to announce the release of Lumiere 1.0. A framework for producing 3D graphics in Smalltalk. Home page: http://www.inf.unisi.ch/phd/olivero/Lumier.html Squeaksource: http://www.squeaksource.com/AlienOpenGL.html In the home page you can find loading information, documentation, and

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Lawson English
Looks promising. The AlienOpenGL loader script worked fine. However, I tried to evaluate ScriptLoader loadLatestPackage: 'LumiereLoader' from: 'http://www.squeaksource.com/Lumiere'. and got the error problems when accessing squeaksource Fernando olivero wrote: I'm glad to announce the

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Tudor Girba
Hmm, indeed the Lumiere repository seems to be empty. Doru On 8 Sep 2009, at 12:57, Lawson English wrote: Looks promising. The AlienOpenGL loader script worked fine. However, I tried to evaluate ScriptLoader loadLatestPackage: 'LumiereLoader' from: 'http://www.squeaksource.com/Lumiere'.

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Lawson English
Tudor Girba wrote: Great news, Fernando! I just could not find the download for the IA32ABI plugin. You point to http://www.smalltalkconsulting.com/squeak.html, but on this page there is no mention of the plugin. Cheers, Doru Apparently the IA32ABI plugin is already available in

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Tudor Girba
Hi, Actually it is probably not empty, but the repository settings say that: Global: No Access Thus, if we are not registered as developers we do not have access. You probably want to allow read access for everyone. And another question: What is the license? Given that none is specified on

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Tudor Girba
Ahh, indeed it is there :). Thanks. Doru On 8 Sep 2009, at 13:05, Lawson English wrote: Tudor Girba wrote: Great news, Fernando! I just could not find the download for the IA32ABI plugin. You point to http://www.smalltalkconsulting.com/squeak.html, but on this page there is no mention of

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Fernando olivero
Thanks for all the comments. In John's web page there's a link for accessing the FTP folder where he put the plugins and vm he releases. ftp://ftp.smalltalkconsulting.com. Sorry for not clarifying this sooner. I'll upload the plugin to the home page now, a more direct download. And yes, i

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread John M McIntosh
The IA32ABI (Alien) is included in the Squeak 4.2.1beta1U.app which all squeak/seaside/pharo folks should be using... On 8-Sep-09, at 12:31 PM, Fernando olivero wrote: Thanks for all the comments. In John's web page there's a link for accessing the FTP folder where he put the plugins and

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Lawson English
Tried to load Lumier again. This time the error was : Error: THis version of ALIEN assumes a size of 50 in the array of special objects. If loaded, woud cause the image to crash! Please contact the Alien package developer... Fernando olivero wrote: Thanks for all the comments. In John's

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Fernando olivero
Please load Lumiere in a fresh image, this is an Alien related problem. When you try to load Alien twice you get this error, because loading Alien increases the size of the Smalltalk objects array by two. I'm going to fix this now, for the AlienOpenGL loader to not try to load Alien if is

Re: [Pharo-project] Lumiere 1.0

2009-09-08 Thread Tudor Girba
Indeed, it works in my case. Cheers, Doru On 8 Sep 2009, at 16:14, Fernando olivero wrote: Please load Lumiere in a fresh image, this is an Alien related problem. When you try to load Alien twice you get this error, because loading Alien increases the size of the Smalltalk objects