To make it clear, it's that extensibility property I'm looking for, without 
immediate need to insert anything into the library that takes care of 
implementing getContext -method.

tiistai, 6. marraskuuta 2012 10.39.06 UTC+2 Henri Tuhola kirjoitti:
>
> I teamed up with author of node-openvg, and we need to make a shared API 
> for videocontext handling. I'd like to keep it open as possible, so people 
> could extend it with their own renderers later.
>
> surface.getContext("webgl", options) - this should grab API that's 
> currently given by node-video.
> surface.getContext("2d", options) - this should grab API that's provided 
> by node-openvg-canvas
>
> How to package it such that it's simple and easy to handle? Is it possible 
> without changing the API?
>

-- 
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

Reply via email to