I am working on an OpenFrameworks add-on called ofxMet.
ofxMet is an add-on for openFrameworks (v0.8.0+) that allows users to access the Metropolitan Museum of Art's API in C++. The add-on lets you pull data from the Met's digital collection such as image links and other information about an art piece.
Prototype I has incorporated the following functions:
- accessing Met API
- grabbing images based on search term
- pagination
- printing images to screen in a grid based on user defined grid size
- scrolling
Here is an example of searching "blue" in the Met's digital collection.