[squeak-dev] SVG bindings

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

[squeak-dev] SVG bindings

Igor Stasenko
Hello guys,

i want to know about state/existance of SVG bindings for Seaside, or
any other web framework available for squeak.

My primary interest is to be able to generate SVG output procedurally.
But also, i want it to be interactive, and use Ajax-like requests to
update/refresh only a part of SVG document , like it described here:

http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/

and here the demo, what it does:

http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/example.svg

I very like things like that, it proves that its possible to create a
rich content using only svg (bye-bye html).


--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] SVG bindings

Lukas Renggli
This one is a pretty sophisticated SVG framework for Seaside:

   http://www.squeaksource.com/SeasideDynamicSVG

There are a few others, if you search for SVG on squeaksource.com.

Cheers,
Lukas

On Tue, Jan 20, 2009 at 8:42 PM, Igor Stasenko <[hidden email]> wrote:

> Hello guys,
>
> i want to know about state/existance of SVG bindings for Seaside, or
> any other web framework available for squeak.
>
> My primary interest is to be able to generate SVG output procedurally.
> But also, i want it to be interactive, and use Ajax-like requests to
> update/refresh only a part of SVG document , like it described here:
>
> http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/
>
> and here the demo, what it does:
>
> http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/example.svg
>
> I very like things like that, it proves that its possible to create a
> rich content using only svg (bye-bye html).
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
>



--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] SVG bindings

Igor Stasenko
2009/1/20 Lukas Renggli <[hidden email]>:
> This one is a pretty sophisticated SVG framework for Seaside:
>
>   http://www.squeaksource.com/SeasideDynamicSVG
>
> There are a few others, if you search for SVG on squeaksource.com.
>

Thanks, i'll take a look :)

> Cheers,
> Lukas
>
> On Tue, Jan 20, 2009 at 8:42 PM, Igor Stasenko <[hidden email]> wrote:
>> Hello guys,
>>
>> i want to know about state/existance of SVG bindings for Seaside, or
>> any other web framework available for squeak.
>>
>> My primary interest is to be able to generate SVG output procedurally.
>> But also, i want it to be interactive, and use Ajax-like requests to
>> update/refresh only a part of SVG document , like it described here:
>>
>> http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/
>>
>> and here the demo, what it does:
>>
>> http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/example.svg
>>
>> I very like things like that, it proves that its possible to create a
>> rich content using only svg (bye-bye html).
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
>



--
Best regards,
Igor Stasenko AKA sig.