Janglee123 / godot-terminal-plugin

A ternimal plugin for godot using pseudoterminal file descriptors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-terminal-plugin

A ternimal plugin for godot using pseudoterminal file descriptors

Clone

Update godot-cpp submodule after cloning and also

git clone https://github.com/Janglee123/godot-terminal-plugin.git
git submodule update --init --recursive

Compiling

You do not need to compile every time unless you change c++ code.

scons -j4 platform=linux

Available platform is only linux for now.

Installation

Linux

Linux users can download it from Asset store.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A ternimal plugin for godot using pseudoterminal file descriptors

License:MIT License


Languages

Language:C++ 64.5%Language:Python 35.5%