Slide 36
Slide 36 text
HTML5 (browser engine directly) support
Fine Layout
vertical text, grid, Flexbox,
regions, ow...
Font features
Variable Font, Ligature etc.
HTML can control font like
Adobe applications
UI Framework
React, Vue, Angular etc...
2D Graphics
use Canvas API to render
Graph etc with GPU
acceleratioon
3D Graphics
WebGL ~= OpenGL ES2
Transform, Filter e ects ...
zoom, 3d transform with
matrix, blur etc also use GPU
Binary Operation
Binary (Blob) also supported
WebAssembly can run almost
same speed with Native
Database
use IndexedDB
Network communications
HTTP/2, TLS, WebSocket ...
Video Camera and Mic (*)
use WebRTC
Video Codecs
webm, vp8,9, h264, ogg
theora ...
RZ/G support H.264
hardware decode (*)
Audio Codecs
opus, ac, mp3, wav ...
Image les
png, jpeg, svg, gif, apng, ...
Module
UI component and JS
libraries are provided as
module
multi thread
use multi core cpus
note: p-thread is under dev
(*) under development / test
36