An open API service indexing awesome lists of open source software.

https://github.com/zachstruck/mlb_recap

Practice code for a viewer of MLB recap photos using OpenGL
https://github.com/zachstruck/mlb_recap

Last synced: 6 months ago
JSON representation

Practice code for a viewer of MLB recap photos using OpenGL

Awesome Lists containing this project

README

          

# MLB Recap Viewer

## What is it

This is a simple viewer that pulls JSON data from the Internet, parses it, and then displays highlight recap photos using OpenGL 3.3.

## How to use it

Press left arrow or right arrow to scroll.

Press escape to exit.

## How to build and run it

On Windows, open the solution file with Visual Studio 2019.

Press `Ctrl + F5` to build and run it.