pixijs / ui

Commonly used UI components for PixiJS
https://pixijs.io/ui/
MIT License
197 stars 17 forks source link

Text Input is blurry and lacks common functions #46

Open zero41120 opened 1 year ago

zero41120 commented 1 year ago

Please Describe The Problem To Be Solved

Basically, this PIXI.TextInput plugin. I believe the official one should be as good as this plugin.

Tum4ik commented 1 month ago

The problem is that PIXI.TextInput plugin uses plain html elements (<input> and <textarea>) to provide such rich functionality, what is not stick with Pixi "rendering engine" philosophy.

ivan-sergiienko-innovecs commented 1 month ago

Related to #10