Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidjcottrell/pong


https://github.com/davidjcottrell/pong

conan sdl2

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SDL2 Engine Template

## Create the build directory

`mkdir build && cd build`

## Install dependencies with conan

`conan install .. --build=missing --output-folder=.`

## Generate build files

`cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release`

## Build

`cmake --build .`

## Run

`./ExampleGame`