riccardoprosdocimi / shapes-photo-album

Application that creates a simple photo album from shapes following the Model-View-Controller (MVC) architecture. Programmed it to support the description of data to visualize in a .txt format and then have the application render the descriptive text in an interactive graphical view (using Swing) and a static web view (using HTML markup and SVG).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shapes Photo Album

In order to run the application, follow these steps:

Step 1

Install Java, if not already installed on your machine.

Step 2

Open a CLI/terminal and navigate to the resources directory.

Step 3

Type

java -jar PhotoAlbum.jar -in file_name.txt -view web -out file_name.html

(creates a .html file to be opened with your browser) or

java -jar PhotoAlbum.jar -in file_name.txt -view graphical

(opens a GUI) and press enter/return. Note that the currently supported file_name.txt are buildings.txt, demo_input.txt, face_sun.txt, teris_wallpaper.txt, playground.txt, and the_shot.txt.

About

Application that creates a simple photo album from shapes following the Model-View-Controller (MVC) architecture. Programmed it to support the description of data to visualize in a .txt format and then have the application render the descriptive text in an interactive graphical view (using Swing) and a static web view (using HTML markup and SVG).


Languages

Language:Java 94.5%Language:HTML 5.5%