Pixel filter HTML elements CSS -


i'm creating game using webgl. i'm working on menu design, , occured me 1 of great advantages have in using web technologies can use html gui.

the game uses pixel art, in keeping art style want menu have pixelated buttons , text well. i'm wondering if using css filters or similar i'm able pixelate rendering of dom elements, or if i'll need create full button images beforehand (much less appealing).

thanks!


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -