CLFramework and Pharo

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

Re: CLFramework and Pharo

melkyades
What I think he means (I can be wrong) is some kind of UI with heavy eye candy based on hardware accelerated 3D APIs. Something like clutter or a set of widgets based upon it. It  would be really nice.

I don't think morphic can handle that right now as I don't know of any way to include animated widgets, and it doesn't look quick enough to get a minium of 30fps. 

Maybe the way to go could be to have it based on lumiere, which relies on opengl and probably supports animations. By the way, what is the status of lumiere? I tryied loading it in pharo1.1rc2 with the steps specified in it's page, but got a bunch of warnings and then nothing loaded.

Javier.

On Thu, Jul 1, 2010 at 6:09 AM, Henrik Johansen <[hidden email]> wrote:

On Jul 1, 2010, at 10:47 03AM, nullPointer wrote:

>
>
>> but nobody care about 3D, on my mac I have no 3d widgets and this is
> perfect.
>
> For multitouch applications is very important now, and much more in the
> future ......
>
>> could you let people publish on the repository.
>> I wanted to add a class ReadMeFirst with a comment to show how to open the
> builder.
>
> If not is problem I will create a new project called UIBuilder, with the
> same code, opened for all.
>
> Regards

I made some changes last night to make it work better in 1.1, would be nice to be able to commit those as well :)
I really like the amount of class comments, editing the CLUIBuilderMainForm with a CLUIBuilderMainForm, and the use of Traits for defining common CL-widget capabilities.
(Although the code which checks for use of those traits seems somewhat hairy... especially when withInheritanceTraitCompositionIncludes: has been removed... how about a simple usesTrait: selector or something?)


Cheers,
Henry


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



--
Javier Pimás
Ciudad de Buenos Aires

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: CLFramework and Pharo

gerard alis
In reply to this post by gerard alis
I did created a new project in Squeaksource called UIBuilder, where the people could access and modify without problems. Then CLFramework now is only for me, as backup copy and probes.

Regards.
Reply | Threaded
Open this post in threaded view
|

Re: CLFramework and Pharo

Stéphane Ducasse
Thanks!

On Jul 1, 2010, at 11:59 PM, nullPointer wrote:

>
> I did created a new project in Squeaksource called UIBuilder, where the
> people could access and modify without problems. Then CLFramework now is
> only for me, as backup copy and probes.
>
> Regards.
> --
> View this message in context: http://forum.world.st/CLFramework-and-Pharo-tp2273256p2275771.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
12