tsdedhar fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
..
.gradle fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
build fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
gradle 309edd87f6 a3 started code unzipped 6 năm trước cách đây
src fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
README.md 6f4ffd1bb0 adding readme 6 năm trước cách đây
build.gradle 309edd87f6 a3 started code unzipped 6 năm trước cách đây
gallery.gal fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
gradlew 309edd87f6 a3 started code unzipped 6 năm trước cách đây
gradlew.bat 309edd87f6 a3 started code unzipped 6 năm trước cách đây
model.gal fcb12515a2 don't need to do more than load images on reload, which this does. only need to fix star icons for images not loading and we are good for load/save 6 năm trước cách đây
plan.txt b9aaf61074 change controls to be contextually relevant, added a plan.txt file to show the design plan 6 năm trước cách đây
settings.gradle 309edd87f6 a3 started code unzipped 6 năm trước cách đây

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