Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjcottrell/pong
https://github.com/davidjcottrell/pong
conan sdl2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidjcottrell/pong
- Owner: DavidJCottrell
- Created: 2024-07-15T20:21:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T15:48:14.000Z (5 months ago)
- Last Synced: 2024-09-26T06:41:30.633Z (3 months ago)
- Topics: conan, sdl2
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`