Hi Christopher, Your first paragraph sums it up very well.
You can check more information at the github page ( https://github.com/luismreis/node-openvg-canvas). I've also started to port some demos (this one works particularly well: https://github.com/luismreis/rpi-hypnos). It works as if your whole screen is a Canvas element, so you are limited to the Canvas API. It is currently non interactive, but if you can use use anything as an input to node, you can interact with it (in a non standard way). And since we are talking raspberry pi here, you can even read GPIO to enable interaction. Performance is good if you use mostly paths and avoid save/restore operations. (Work on optimizing this is on its way.) Cheers, Luis Luis -- On Thu, Mar 7, 2013 at 4:27 PM, Christopher Matheson <[email protected]>wrote: > So this allows you to "draw" to the ras-pi screen from node as if it were > a HTML5 canvas? > > If so thats prity amazingly impressive :) Is there such a thing that > allows you to treat the screen output as just one big non-interactive > webpage? i saw node-gtk & node-qt but they look a bit complex and i already > know HTML > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
