在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:mabe02/lanterna开源软件地址:https://github.com/mabe02/lanterna开源编程语言:Java 100.0%开源软件介绍:LanternaLanterna is a Java library allowing you to write easy semi-graphical user interfaces in a text-only environment, very similar to the C library curses but with more functionality. Lanterna is supporting xterm compatible terminals and terminal emulators such as konsole, gnome-terminal, putty, xterm and many more. One of the main benefits of lanterna is that it's not dependent on any native library but runs 100% in pure Java. Also, when running Lanterna on computers with a graphical environment (such as Windows or Xorg), a bundled terminal emulator written in Swing will be used rather than standard output. This way, you can develop as usual from your IDE (most of them doesn't support ANSI control characters in their output window) and then deploy to your headless server without changing any code. Lanterna is structured into three layers, each built on top of the other and you can easily choose which one fits your needs best.
MavenLanterna is available on Maven Central, through Sonatype OSS hosting. Here's what you want to use: <dependency>
<groupId>com.googlecode.lanterna</groupId>
<artifactId>lanterna</artifactId>
<version>3.1.1</version>
</dependency> DiscussionsThere is a google group for discussions and announcements related to Lanterna. Development GuideSee docs for examples and guides. JavaDoc is available here: The JavaDocs for the previous versions (2.1 and 3.0) are also available here: There is also a development guide and some tutorials available right here on Github. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论