Skip to content

Commit 6581fed

Browse files
Updated readme
1 parent fa6b897 commit 6581fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HTML GL solves "the slow DOM problem" by creating WebGL representations of DOM e
1111
- [Demo](http://pixelscommander.com/polygon/htmlgl/demo/filters.html)
1212
- [Article about HTML GL](http://pixelscommander.com/en/web-applications-performance/render-html-css-in-webgl-to-get-highest-performance-possibl/)
1313

14-
As a result you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL represenations. These GPU accelerated textures are very effective from resources consuming perspective and are very cheap to transform or animate.
14+
Using HTML GL you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL represenations. These GPU accelerated textures are very effective from resources consuming perspective and are very cheap to transform or animate.
1515

1616
Usage
1717
-----

0 commit comments

Comments
 (0)