godot-xterm/addons/godot_xterm_native
Leroy Hopson f8412a03f5 Make native library easier to build/use
Makes libtsm a static library rather than dynamic so that it doesn't
have to be installed as a system library on the user's operating system.

Also updates SConstruct to work on more operating systems other than
just NixOS. Adds a number of docker files for building the library on
various distributions (NixOS, Arch Linux, Ubuntu).

Uses a fork of godot-cpp with an updated godot_headers submodule that
includes godotengine/godot_headers#76. We should go back to tracking
https://github.com/godotengine/godot-cpp once the submodule has
been updated in that repo.

Former-commit-id: d8c8b5b272
2020-10-05 17:56:40 +07:00
..
bin Make native library easier to build/use 2020-10-05 17:56:40 +07:00
fonts Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
godot-cpp@20d57e6cf5 Make native library easier to build/use 2020-10-05 17:56:40 +07:00
libtsm@f70e37982f Make native library easier to build/use 2020-10-05 17:56:40 +07:00
src Make native library easier to build/use 2020-10-05 17:56:40 +07:00
themes Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
.gitignore Make native library easier to build/use 2020-10-05 17:56:40 +07:00
build.sh Make native library easier to build/use 2020-10-05 17:56:40 +07:00
Dockerfile Make native library easier to build/use 2020-10-05 17:56:40 +07:00
godotxtermnative.gdnlib Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
LICENSE Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
plugin.cfg Initial native commit 2020-10-05 17:55:46 +07:00
plugin.gd Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
pseudoterminal.gdns Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
pseudoterminal_icon.svg Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
pseudoterminal_icon.svg.import Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
SConstruct Make native library easier to build/use 2020-10-05 17:56:40 +07:00
terminal.gdns Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
terminal_icon.svg Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00
terminal_icon.svg.import Basics working, added pseudoterminal 2020-10-05 17:56:21 +07:00