Skip to content

WhatIsAPanda/tattui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

312 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tattui is a tattoo imaging and networking tool designed for non-technical users. The intuitive UI lets users model tattoo placement in reference to existing and future tattoos before heading to an artist. Tattui also has accounts for artists to market their work and connect with clients. Users can use the map to find artists in their area and filter by desired art styles.

Current State

  • Build tool: Gradle (via wrapper) -- no Maven
  • Target JDK: 21 (enforced by Gradle toolchain, auto-downloaded if not installed)
  • Pure JavaFX (no Gluon or external dependencies).
  • Cleaned out generated/IDE files (bin/, .gradle/) from version control.
  • .gitignore added to prevent clutter (IDE configs, build outputs, caches).
  • Verified baseline runs with the included Gradle wrapper.

Quickstart

If you have not cloned yet

git clone <repo-url>
cd tattui

If you already cloned

git pull origin main

Run the project (from your IDE terminal)

Use the Gradle wrapper — no need to install Gradle or JavaFX manually.

Mac/Linux:

./gradlew run

Windows:

gradlew.bat run
image Screenshot 2026-01-12 121448

About

tatto modeling

Resources

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors