locxter / scrtcrtr-ng

This is the next generation rewrite of scrtcrtr, which is a GUI based ASCII art creator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrtcrtr-ng

Overview

Overview image

This is the next generation rewrite of scrtcrtr, which is a GUI based ASCII art creator.

Dependencies

I generally try to minimize dependencies, but I'm a one man crew and can therefore only support Debian-based Linux distributions as I'm running one myself. Anyway, you need to have the following packages installed for everything to work properly:

  • SDKMAN! for managing all the JVM dependencies. Install it via the installation guide.
  • JDK for running the bytecode. Install it with sdk install java.
  • Kotlin for developing the program. Install it with sdk install kotlin.
  • Gradle for building the whole thing. Install it with sdk install gradle.

How to use it

Build the JAR via gladle clean standalone and then run it via java -jar build/libs/scrtcrtr-ng-1.0-standalone.jar.

About

This is the next generation rewrite of scrtcrtr, which is a GUI based ASCII art creator.

License:MIT License


Languages

Language:Kotlin 100.0%