All Projects → grahamedgecombe → Jterminal

grahamedgecombe / Jterminal

Licence: mit
JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jterminal

Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+32778.26%)
Mutual labels:  swing
Projector Server
Server-side library for running Swing applications remotely
Stars: ✭ 547 (+2278.26%)
Mutual labels:  swing
Mtm
Perhaps the smallest useful terminal multiplexer in the world.
Stars: ✭ 677 (+2843.48%)
Mutual labels:  terminal-emulators
Neoterm
👍 A modern-designed Android terminal emulator for the 21st century.
Stars: ✭ 453 (+1869.57%)
Mutual labels:  terminal-emulators
Fabgl
Display Controller (VGA, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
Stars: ✭ 534 (+2221.74%)
Mutual labels:  terminal-emulators
Pywal
🎨 Generate and change color-schemes on the fly.
Stars: ✭ 5,889 (+25504.35%)
Mutual labels:  terminal-emulators
Remote Desktop Control
远程桌面控制(Spring+Netty+Swing)
Stars: ✭ 340 (+1378.26%)
Mutual labels:  swing
Wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Stars: ✭ 770 (+3247.83%)
Mutual labels:  terminal-emulators
Notcurses
blingful character graphics/TUI library. definitely not curses.
Stars: ✭ 542 (+2256.52%)
Mutual labels:  terminal-emulators
Jfreechart
A 2D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 665 (+2791.3%)
Mutual labels:  swing
Radiance
Building modern, elegant and fast Swing applications
Stars: ✭ 458 (+1891.3%)
Mutual labels:  swing
Material Ui Swing
A modern, Material Design UI for Java Swing
Stars: ✭ 484 (+2004.35%)
Mutual labels:  swing
Terminator
multiple GNOME terminals in one window
Stars: ✭ 649 (+2721.74%)
Mutual labels:  terminal-emulators
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (+1813.04%)
Mutual labels:  terminal-emulators
Wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
Stars: ✭ 689 (+2895.65%)
Mutual labels:  terminal-emulators
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (+84426.09%)
Mutual labels:  terminal-emulators
Pastel
Terminal output styling with intuitive and clean API.
Stars: ✭ 569 (+2373.91%)
Mutual labels:  terminal-emulators
Flatlaf
FlatLaf - Flat Look and Feel (with Darcula/IntelliJ themes support)
Stars: ✭ 785 (+3313.04%)
Mutual labels:  swing
Terminator Themes
🤘 The biggest collection of Terminator themes.
Stars: ✭ 717 (+3017.39%)
Mutual labels:  terminal-emulators
Wesync
用Java Swing写的数据库同步软件
Stars: ✭ 662 (+2778.26%)
Mutual labels:  swing

JTerminal

Introduction

JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.

Building

JTerminal can be built with the Java Development Kit and Apache Maven.

Typing the command mvn package into the terminal will build the project and create a jar file in the target directory which you can then embed in your own projects.

Testing

The unit tests can be executed with the mvn test command in the terminal.

Documentation

Javadocs can be generated by using the mvn site command in the terminal.

Source Code

The original JTerminal source code can be found on GitHub. Feedback and patches are welcome!

Copyright

JTerminal is open-source software released under the MIT license, please see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].