With our focus on storytelling, it should quickly become clear that we're poised to tell the most enthralling story of all; the story of our creator. There can be no greater success in storytelling than to tell the greatest story in the greatest way. And that is our lofty goal. With that defined, we have the best possible intention in working toward the best possible end.
CSS is arguably the best means of UI customization. Consider an example of graphic-editing of UI elements: https://initialaudio.com/how-to-skin-sektor/ Using CSS, all elements in that project could potentially be done without graphics. Pros practically all designers now know CSS it's vastly capable Cons can't really decouple CSS from HTML whereas HTML is the biggest performance bottleneck (we'll solve this using different means) The Problem Unfortunately, CSS can get incredibly bulky. So what if we could design using CSS in a way that could feasibly be compiled to a local app? In general, everything would be styled using CSS, in the same bulky way it exists in browsers. But when compiled, it's no longer bulky. Benefits we have the full flexibility of CSS for all apps we have the full speed of native apps if needed
Comments
Post a Comment