A simple paint tool to draw polygons. Made with OpenGL library on Kotlin.
Uma ferramenta simples para desenhar polígonos. Desenvolvida com a biblioteca OpenGL em Kotlin.
- Key 0 -> Insertion polygon
- Key 1 -> Edit point
- Key 2 -> Switch primitive
- Key 3 -> Switch color
- Key 4 -> Select polygon
- Key 5 -> Associate child
- Key T -> Translate
- Key S -> Scale
- Key R -> Rotate
- JDK 8 32 bits
- Maven
- Unzip tool
- Linux based O.S.
- Extract libs.zip in project root dir
- Import project on your IDE as a maven project
- Configure Native Library Locations for gluegen lib (for each module): add all .so files from libs folder.
The codebase is licensed under GPL v3.0.