Skip to content

A new Look-and-Feel (LaF) for Java, which allows for a grid-based display of Unicode characters with custom fore/background colors, font sizes, and pseudo-shaders. Originally designed for developing Roguelike/lite games.

License

Notifications You must be signed in to change notification settings

Valkryst/VTerminal

Repository files navigation

Release

The project is currently in it's Soft release phase. During this phase, there may be code breaking changes if required.

Links

Jar Files & Maven

The Maven dependency is hosted off of JitPack, so you will need to add JitPack as a repository before you add VTerminal as a dependency.

Maven

JitPack (Example):

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Dependency:

<dependency>
    <groupId>com.github.Valkryst</groupId>
    <artifactId>VTerminal</artifactId>
    <version>3.4.10</version>
</dependency>

Jar

Jar files can be found on the releases page.