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

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

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!