18
Mozilla Shumway Robert Szaloki @rszaloki Frontend developer

Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

  • Upload
    vubao

  • View
    223

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Mozilla Shumway

Robert Szaloki@rszaloki

Frontend developer

Page 2: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Render SWF files in JavaScript

Page 3: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Why?

Any application that can be written in JavaScript, will eventually be written in

JavaScript.- Atwood's Law

Page 4: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Why?

Page 5: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Why?

Page 6: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Why?

Page 7: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

How?

● swf parser

● ActionScript VM

● rendering

● media playback, flex

Page 8: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

SWF format

● compressed and optimized container for

animation

● documentation from Adobe

● old (from 1996)

DefineFont, DefineFont2, DefineFont3,

DefineFont4

Page 9: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

ActionScript

● the Tamarin VM (AVM2) was donated by

Adobe to Mozilla, for the development for

ES4

● originally a C++ code, but compiled to

javascript

Page 10: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Rendering

● font rendering - convert the embedded font

into opentype

● shape rendering - easy, until you have to

deal with the Adobe Flash's output

● clipping, bitmaps, gradients

● bugs and no documentation

Page 11: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Bugs!

Page 12: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Bugs!

Page 13: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Bugs!

Page 14: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Bugs!

Page 16: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Mobile?

Canvas

@font-face

Worker

postMessage

TypedArray

Page 17: Mozilla Shumway - HWSW Informatikai Hírmagazin :: … · Mozilla Shumway Robert Szaloki @rszaloki Frontend developer . ... Traffic Signs - Prezi Template Prezi Templates by... 3051

Mobile?Minified, compressed size: 1,2MB

Start the AVM2 on a MotoG: 4-5sec

Optimized for speed, not for memory