Terminal emulator for the Godot game engine.
Find a file
Leroy Hopson ac63de9285
Merge pull request #2 from richard-hajek/master
refactored some collisions
2020-09-14 10:53:01 +07:00
addons refactored some collisions 2020-09-13 19:28:34 +02:00
scenes Add more features, bug fixes and bugs ;-) 2020-05-19 18:55:43 +07:00
test Add more features, bug fixes and bugs ;-) 2020-05-19 18:55:43 +07:00
.gitignore Initial commit 2020-05-09 23:49:45 +07:00
.gutconfig.json Travis CI integration 2020-05-10 17:23:58 +12:00
.travis.yml Enable full codepoint tests if env var set 2020-05-14 13:03:18 +07:00
default_env.tres Add all the files 2020-05-10 01:42:19 +07:00
demo.cast Add more features, bug fixes and bugs ;-) 2020-05-19 18:55:43 +07:00
demo.gif Update the README 2020-05-10 02:33:54 +07:00
icon.png Add all the files 2020-05-10 01:42:19 +07:00
icon.png.import Add all the files 2020-05-10 01:42:19 +07:00
LICENSE Add all the files 2020-05-10 01:42:19 +07:00
project.godot Add/update more files 2020-05-17 17:32:06 +07:00
README.md Update README with note about native branch 2020-07-20 11:30:30 +07:00

GodotXterm

Build Status Version Godot Version License

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 which can be viewed in the native branch 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 as most of this code was taken from that project and translated to GDScript.

Demo

If you are running Linux and have which, bash and socat installed you can run the main scene (demo.tscn) and it will try to connect the Terminal node to your system.

Otherwise you can check out the gif below:

Testing

This project uses the awesome Gut (Godot Unit Testing) plugin for testing. You can run the tests by playing the test scene at res://test/test.tscn and clicking run.

License

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work, or unoriginal work which is published under a compatible license or waiver.

Copyright (c) 2020, The GodotXterm authors (MIT License)
Copyright (c) 2017-2019, The xterm.js authors (MIT License)
Copyright (c) 2014-2017, SourceLair, Private Company (www.sourcelair.com) (MIT License)
Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)