tarfeef101 6f4ffd1bb0 adding readme 6 years ago
..
.gradle 4351f6c875 date looks nice now, no longer showing size since it isn't working, at least on debian stretch (my test machine) 6 years ago
build 4351f6c875 date looks nice now, no longer showing size since it isn't working, at least on debian stretch (my test machine) 6 years ago
gradle 309edd87f6 a3 started code unzipped 6 years ago
src 4351f6c875 date looks nice now, no longer showing size since it isn't working, at least on debian stretch (my test machine) 6 years ago
README.md 6f4ffd1bb0 adding readme 6 years ago
build.gradle 309edd87f6 a3 started code unzipped 6 years ago
gradlew 309edd87f6 a3 started code unzipped 6 years ago
gradlew.bat 309edd87f6 a3 started code unzipped 6 years ago
plan.txt b9aaf61074 change controls to be contextually relevant, added a plan.txt file to show the design plan 6 years ago
savestate.shit 4351f6c875 date looks nice now, no longer showing size since it isn't working, at least on debian stretch (my test machine) 6 years ago
settings.gradle 309edd87f6 a3 started code unzipped 6 years ago

README.md

CS 349 A3 - Gallery, But Worse (aka Fotag!)

This is a simple gallery-esque app to load in and view photos, and add ratings to them. You can also toggle filters for images greater than or equal to a given rating (out of 5 stars). You can toggle between a spacious list layout, or a more condensed grid layout.

Getting Started

Notes

Controls

  • Layout: Click the grid or list icon in the top left to switch to that view
  • Filtering by Rating: In the top bar, click on the amount of stars you wish to be the minimum, or click the current selection to reset to zero.
  • Rating an Image: Use the same system as above
  • Viewing a popout image: simply click on an image to open a popup view of it, then simply close it like any window to dismiss it.

Deployment

Run "java Main" in build/classes/java/main, or "./gradlew run" in the root directory if you do not have gradle installed, and if you do "gradle run" should suffice.

Authors

  • Tareef Dedhar - All work