Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 488 Bytes

Endless 2D Image Wall server for university class

Put some images into 'images' directory
go build -o server main.go images.go matrix_generator.go
Available endpoints

  • /image= - returns an image basend on encoded name
  • /imagesMatrix?x=?y=?z= - returns structure consisting of image names and their location based on specified coordinates
  • /generateMatrix?z= - generates and creates a JSON file of images and their positions, based on provided scale