Edit of asset "FastText class" Rejected
This asset edit has been rejected. Reason: Obsoleted by more recent edit
| Old/Current | New/Edit | |
|---|---|---|
| Title | FastText class | |
| Description |
Text node with fast rendering capabilities, expecially useful on Android. Text rendering on Android devices highly harms FPS. (https://github.com/godotengine/godot/issues/19917) You can append FastText nodes in Scene Tree and use instead of Label and LineEdit nodes to avoid FPS drop. Note: even if it has been created as a workaround for Android, you can use it on any plaftorm for it has a different approach to text input. |
Text node with fast rendering capabilities, expecially useful on Android. Text rendering on Android devices highly harms FPS ( https://github.com/godotengine/godot/issues/19917 ). This custom class let users to add FastText nodes in Scene Tree and use them instead of Label and LineEdit nodes. Note: even if it has been created as a workaround for Android, you can use it on any plaftorm for it has a different approach to text input. |
| Category | Scripts | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/burstina/FastText-for-Godot-Engine | |
| Issues Url | https://github.com/burstina/FastText-for-Godot-Engine/issues | https://github.com/burstina/FastText-for-Godot-Engine/issues |
| Godot version | Godot 3.2 | |
| Version String | 2.0 | |
| Download Commit | 2.0 | |
| Download Url (Computed) | https://github.com/burstina/FastText-for-Godot-Engine/archive/2.0.zip | |
| Icon Url |
https://raw.githubusercontent.com/burstina/FastText-for-Godot-Engine/master/FT.jpg
|
|