Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 835 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 835 Bytes

FindLine

A JVM App used to distinguish lines in a png file.
Core is written in Kotlin, and boxed with Groovy. You can control the behavior simply by the DSL based on Groovy.
GUI is based on Swing.
Working in progress.

Build

Use IntelliJ IDEA with Kotlin and Groovy Plugin (which are very easy to install), clone and open, that is all.

About

I'm trying my best to decrease the number of lines of codes.
Each line of Kotlin code contains a complex function, but it's still easy to read.

Language

Module Language
Tests Java
Documents Java
Core Kotlin
GUI Kotlin
DSL Groovy

Progress

  • Binary Processing
  • Point Utils
  • Line Utils
  • Find Lines In A Picture
  • Distinguishing Triangular
  • DSL to use this library easily

Author

ice1000