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
- Host: GitHub
- URL: https://github.com/zachstruck/mlb_recap
- Owner: zachstruck
- License: unlicense
- Created: 2020-01-14T02:32:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T02:47:21.000Z (over 6 years ago)
- Last Synced: 2025-02-06T08:32:29.421Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
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.