2D graphics

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

2D graphics

William Stewart-4
Hi,

Newbie request.

How do I get a canvas [or equivalent] up and draw on it. What sort of drawing objects are supported by seaside. Where can I look for discussion, overview, direction, help etc.

In short orietatuion on grahics needed. thanks.

Bill Stewart

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: 2D graphics

Ryan Simmons-2
I think that the html 5 package can work with the html canvas.

You can also look at the raphael package http://www.squeaksource.com/Raphael.html to draw in 2D on a webpage

On 10 September 2010 10:50, William Stewart <[hidden email]> wrote:
Hi,

Newbie request.

How do I get a canvas [or equivalent] up and draw on it. What sort of drawing objects are supported by seaside. Where can I look for discussion, overview, direction, help etc.

In short orietatuion on grahics needed. thanks.

Bill Stewart

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: 2D graphics

Johan Brichau-2

SVG graphics are possible with the SeasideDynamicSVG package, also available on squeaksource

Johan

On 10 Sep 2010, at 11:27, Ryan Simmons <[hidden email]> wrote:

I think that the html 5 package can work with the html canvas.

You can also look at the raphael package http://www.squeaksource.com/Raphael.html to draw in 2D on a webpage

On 10 September 2010 10:50, William Stewart <[hidden email]> wrote:
Hi,

Newbie request.

How do I get a canvas [or equivalent] up and draw on it. What sort of drawing objects are supported by seaside. Where can I look for discussion, overview, direction, help etc.

In short orietatuion on grahics needed. thanks.

Bill Stewart

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: 2D graphics

Philippe Marschall
In reply to this post by William Stewart-4
2010/9/10 William Stewart <[hidden email]>:
> Hi,
>
> Newbie request.
>
> How do I get a canvas [or equivalent] up and draw on it. What sort of
> drawing objects are supported by seaside. Where can I look for discussion,
> overview, direction, help etc.
>
> In short orietatuion on grahics needed. thanks.

I believe if you'd want to write drawing code in JavaScript. You may
want the HTLM5 package to create the canvas tag but that's probably as
far as you want to go in Smalltalk.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside