mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 09:40:25 +01:00
Update README with note about native branch
This commit is contained in:
parent
0d4e10f5ab
commit
2b3e40d39e
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@
|
|||
![License](https://img.shields.io/badge/license-MIT-green.svg)
|
||||
|
||||
|
||||
Xterm for Godot.
|
||||
This is still very much a work in progress.
|
||||
**NOTE: The GDScript version of this project turned out to be very buggy and performed poorly. I have had much more success with a gdnative implementation using [libtsm](https://github.com/Aetf/libtsm) which can be viewed in the [native branch](https://github.com/lihop/godot-xterm/tree/native) of this repo.**
|
||||
|
||||
Xterm for Godot. This is still very much a work in progress.
|
||||
Most of the credit goes to the authors of [xterm.js](https://github.com/xtermjs/xterm.js) as most of this code was taken from that project and translated to GDScript.
|
||||
|
||||
## Demo
|
||||
|
|
Loading…
Reference in a new issue