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.
Use IntelliJ IDEA with Kotlin and Groovy Plugin (which are very easy to install), clone and open, that is all.
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.
Module | Language |
---|---|
Tests | Java |
Documents | Java |
Core | Kotlin |
GUI | Kotlin |
DSL | Groovy |
- Binary Processing
- Point Utils
- Line Utils
- Find Lines In A Picture
- Distinguishing Triangular
- DSL to use this library easily