https://github.com/pengor/preview-carousel
Netflix-style MLB game preview
https://github.com/pengor/preview-carousel
Last synced: 2 months ago
JSON representation
Netflix-style MLB game preview
- Host: GitHub
- URL: https://github.com/pengor/preview-carousel
- Owner: Pengor
- Created: 2020-07-21T18:58:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-18T18:52:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T16:13:10.773Z (4 months ago)
- Language: C++
- Homepage:
- Size: 36.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preview-carousel
Displays a list of MLB games and allows the user to move between them to see some details# Build & Run Instructions (Linux)
Make sure the following packages are installed by your package manager:
```
curl
sdl2
sdl2_ttf
sdl2_image
glew
```
Download the project files and enter the following in the root of the project folder (where the `makefile` is located):
```
make
./release/main.out
```# Build & Run Instructions (Windows)
See `windows` branch!