#68 fix ColorTheme.load()
[nikiroo-utils.git] / README.md
... / ...
CommitLineData
1Jexer - Java Text User Interface library
2========================================
3
4This library implements a text-based windowing system loosely
5reminiscent of Borland's [Turbo
6Vision](http://en.wikipedia.org/wiki/Turbo_Vision) system. It looks
7like this:
8
9![Terminal, Image, Table](/screenshots/new_demo1.png?raw=true "Terminal, Image, Table")
10
11Jexer works on both Xterm-like terminals and Swing, and supports
12images in both Xterm and Swing. On Swing, images are true color:
13
14![Swing Snake Image](/screenshots/snake_swing.png?raw=true "Swing Snake Image")
15
16On Xterm, images are dithered to a common palette:
17
18![Xterm Snake Image](/screenshots/snake_xterm.png?raw=true "Xterm Snake Image")
19
20
21
22License
23-------
24
25Jexer is available to all under the MIT License. See the file LICENSE
26for the full license text.
27
28
29
30Obtaining Jexer
31---------------
32
33Jexer is available on Maven Central:
34
35```xml
36<dependency>
37 <groupId>com.gitlab.klamonte</groupId>
38 <artifactId>jexer</artifactId>
39 <version>0.3.2</version>
40</dependency>
41```
42
43Binary releases are available on SourceForge:
44https://sourceforge.net/projects/jexer/files/jexer/
45
46The Jexer source code is hosted at: https://gitlab.com/klamonte/jexer
47
48
49
501.0.0 Release Coming Soon
51--------------------------
52
53
54Jexer's original list of features for its 1.0.0 release are undergoing
55final testing. If you know of a bug or key feature missing, please
56consider opening an issue
57[here.](https://gitlab.com/klamonte/jexer/issues)
58
59
60
61Documentation
62-------------
63
64* [Java API Docs](https://jexer.sourceforge.io/apidocs/api/index.html)
65
66* [Wiki](https://gitlab.com/klamonte/jexer/wikis/home)
67
68* [Jexer web page](https://jexer.sourceforge.io/)
69
70
71
72Programming Examples
73--------------------
74
75The examples/ folder currently contains:
76
77 * A [prototype tiling window
78 manager](/examples/JexerTilingWindowManager.java) in less than 250
79 lines of code.
80
81 * A much slicker [prototype tiling window
82 manager](/examples/JexerTilingWindowManager2.java) in less than 200
83 lines of code.
84
85 * A [prototype image thumbnail
86 viewer](/examples/JexerImageViewer.java) in less than 350 lines of
87 code.
88
89jexer.demos contains official demos showing all of the existing UI
90controls. The demos can be run as follows:
91
92 * 'java -jar jexer.jar' . This will use System.in/out with
93 Xterm-like sequences on non-Windows non-Mac platforms. On Windows
94 and Mac it will use a Swing JFrame.
95
96 * 'java -Djexer.Swing=true -jar jexer.jar' . This will always use
97 Swing on any platform.
98
99 * 'java -cp jexer.jar jexer.demos.Demo2 PORT' (where PORT is a
100 number to run the TCP daemon on). This will use the Xterm backend
101 on a telnet server that will update with screen size changes.
102
103 * 'java -cp jexer.jar jexer.demos.Demo3' . This will use
104 System.in/out with Xterm-like sequences. One can see in the code
105 how to pass a different InputReader and OutputReader to
106 TApplication, permitting a different encoding than UTF-8.
107
108 * 'java -cp jexer.jar jexer.demos.Demo4' . This demonstrates hidden
109 windows and a custom TDesktop.
110
111 * 'java -cp jexer.jar jexer.demos.Demo5' . This demonstrates two
112 demo applications using different fonts in the same Swing frame.
113
114 * 'java -cp jexer.jar jexer.demos.Demo6' . This demonstrates two
115 applications performing I/O across three screens: an Xterm screen
116 and Swing screen, monitored from a third Swing screen.
117
118 * 'java -cp jexer.jar jexer.demos.Demo7' . This demonstrates the
119 BoxLayoutManager, achieving a similar result as the
120 javax.swing.BoxLayout apidocs example.
121
122
123
124More Screenshots
125----------------
126
127Jexer can be run inside its own terminal window, with support for all
128of its features including images and mouse, and more terminals:
129
130![Yo Dawg...](/screenshots/jexer_sixel_in_sixel.png?raw=true "Yo Dawg, I heard you like text windowing systems, so I ran a text windowing system inside your text windowing system so you can have a terminal in your terminal.")
131
132Sixel output uses a single palette which works OK for a variety of
133real-world images:
134
135![Sixel Pictures Of Cliffs Of Moher And Buoy](/screenshots/sixel_images.png?raw=true "Sixel Pictures Of Cliffs Of Moher And Buoy")
136
137The color wheel with that palette is shown below:
138
139![Sixel Color Wheel](/screenshots/sixel_color_wheel.png?raw=true "Sixel Color Wheel")
140
141
142
143Terminal Support
144----------------
145
146The table below lists terminals tested against Jexer's Xterm backend:
147
148| Terminal | Environment | Mouse Click | Mouse Cursor | Images |
149| -------------- | ------------------ | ----------- | ------------ | ------ |
150| xterm | X11 | yes | yes | yes |
151| jexer | CLI, X11, Windows | yes | yes | yes |
152| mlterm | X11 | yes | yes | yes |
153| RLogin | Windows | yes | yes | yes |
154| alacritty(3) | X11 | yes | yes | no |
155| gnome-terminal | X11 | yes | yes | no |
156| iTerm2 | Mac | yes | yes | no(5) |
157| kitty(3) | X11 | yes | yes | no |
158| lcxterm(3) | CLI, Linux console | yes | yes | no |
159| mintty | Windows | yes | yes | no(5) |
160| rxvt-unicode | X11 | yes | yes | no(2) |
161| xfce4-terminal | X11 | yes | yes | no |
162| aminal(3) | X11 | yes | no | no |
163| konsole | X11 | yes | no | no |
164| yakuake | X11 | yes | no | no |
165| Windows Terminal(6) | Windows | no | no | no(2) |
166| screen | CLI | yes(1) | yes(1) | no(2) |
167| tmux | CLI | yes(1) | yes(1) | no |
168| putty | X11, Windows | yes | no | no(2) |
169| Linux | Linux console | no | no | no(2) |
170| qodem(3) | CLI, Linux console | yes | yes(4) | no |
171| qodem-x11(3) | X11 | yes | no | no |
172| yaft | Linux console (FB) | no | no | yes |
173
1741 - Requires mouse support from host terminal.
175
1762 - Also fails to filter out sixel data, leaving garbage on screen.
177
1783 - Latest in repository.
179
1804 - Requires TERM=xterm-1003 before starting.
181
1825 - Sixel images can crash terminal.
183
1846 - Version 0.4.2382.0, on Windows 10.0.18362.30. Tested against
185 WSL-1 Debian instance.
186
187
188
189See Also
190--------
191
192* [Tranquil Java IDE](https://tjide.sourceforge.io) is a TUI-based
193 integrated development environment for the Java language that was
194 built using a very lightly modified GPL version of Jexer. TJ
195 provided a real-world use case to shake out numerous bugs and
196 limitations of Jexer.
197
198* [LCXterm](https://lcxterm.sourceforge.io) is a curses-based terminal
199 emulator that allows one to use Jexer with full support on the raw
200 Linux console.
201
202* [ptypipe](https://gitlab.com/klamonte/ptypipe) is a small C utility
203 that permits a Jexer TTerminalWindow to resize the running shell
204 when its window is resized.
205
206
207
208Acknowledgements
209----------------
210
211Jexer makes use of the Terminus TrueType font [made available
212here](http://files.ax86.net/terminus-ttf/) .