A la web de Barrapunto he trobat una pregunta d’un il·luminat que pretén unir Flash i C++… que no és impossible, però per què ens hem de complicar la vida??

Rient dels comments que ha deixat la gent he trobat un substitut lliure per Flash: el SVG (Scalable Vector Graphics). Crec interessant conèixer aquesta alternativa i les seves vies d’expansió.

Projectes SVG Link to heading

Els de Mozilla ja tenen un projecte en marxa i els d’Adobe tenen un visor multiplataforma.

Aquí teniu l’explicació en anglès que dona el projecte de Mozilla:

Since you have come this far, you probably already know that SVG stands for Scalable Vector Graphics, and that it is an XML language for sophisticated 2-dimensional graphics. SVG is to graphics what XHTML is to text, MathML is to mathematical equations and CML is to the description of chemical molecules. SVG is similar in scope to Macromedia’s proprietary Flash technology: among other things it offers anti-aliased rendering, pattern and gradient fills, sophisticated filter-effects, clipping to arbitrary paths, text and animations. What distinguishes SVG from Flash, is that it is a W3 recommendation (i.e. a standard for all intents and purposes) and that it is XML-based as opposed to a closed binary format. It is explicitly designed to work with other W3C standards such as CSS, DOM and SMIL.

Salut!