pstjvn

Results 6 comments of pstjvn

As far as I understand, you already have the rendering medium selected and possibly working, so you only need the part of stageXL that handles the animation and timing. If...

Additionally here is what I did with my SVG images. As with the example given by Bernhard I rasterize all the 'frames' of the SVG animation for all my images...

@bp74 The method described is very brittle - it makes too many assumptions: the developer should know the desired dimensions for each svg image in a 480x640 scene and scale...

I see an issue with the second attempt: If I paste text with space in it the bash interpreter does not seem to like it. For example I paste 'telnet...

Honestly - I don't know. For example Relief framework expects the user to supply those directly. If you want to provide better abstraction on top of closure library (and because...

Yes, this solves the issue at hand. Thank you. I am also still wondering what was the idea behind the html5history using popstate and hashchange at the same time (i.e....