- Install Build Tools for Visual Studio 2019 (located in "All Downloads" -> "Tools for Visual Studio 2019")
- Download and extract SDL 2 Development Libraries, SDL_image Development Libraries, and SDL_ttf Development Libraries.
- Clone SDL2gfx
- Open VS Command Prompt x64
- Build SDL2gfx with
windowsbuild.cmd set SDLPATH=C:\Path\To\SDL\Root\Dirset SDLIMAGEPATH=C:\Path\To\SDL_Image\Root\Dirset SDLTTFPATH=C:\Path\To\SDL_TTF\Root\Dirset SDLGFXPATH=C:\Path\To\SDL2GFX\Root\Dircode .- Create
binandobjdirs - Build (
Ctrl+Shift+B) - Copy DLLs from
%SDLPATH%\libto thebinfolder - Copy DLLs from
%SDLIMAGEPATH%\libto thebinfolder - Copy DLLs from
%SDLTTFPATH%\libto thebinfolder - Run
haydenmc/RacingRobots
This was an experimental live-streaming interactive experience that allowed stream viewers to place bets on robots competing on a race course.
C++