[Lazarus] GUI development for web UI

ik idokan at gmail.com
Wed Nov 24 11:24:12 CET 2010


On Wed, Nov 24, 2010 at 12:13, Michael Schnell <mschnell at lumino.de> wrote:

> On 11/24/2010 10:36 AM, Felipe Monteiro de Carvalho wrote:
>
>> I couldn't find any reasonable way to reuse my LCL animations code in
>> web applications.
>>
> Did you consider to use Delphi Prism (AFAIK the compiler is free) in a
> Silverlight / Moonlight based web page ? This might allow for reusing some
> of the code.
>

SilverLight/Moonlight are the wrong way to do things (so does Flash). HTML5
provide in the DOM support for Canvas (you have some games for it), And IE9,
Webkit, Opera and Gecko support it, so it's like 99% of web browsers that
support for it.
Even without HTML5 Canvas you can do a lot of animation using pictures and
drawing in Javascript (you have existed libraries for that in almost the
past 10 years, long before Jquery, MooTools etc)...

Furthermore, personally I hate animation and movement of things that I did
not request them in the first place, and I know many others are like me.

My 2 cents in the matter...




>
> -Michael
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>


Ido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20101124/68cc2a4b/attachment-0003.html>


More information about the Lazarus mailing list