Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbento/c-sdl-starter
A starter project for programming with SDL2 and C on Visual Studio 2022.
https://github.com/rbento/c-sdl-starter
c-programming-language sdl2 vs2022
Last synced: about 1 month ago
JSON representation
A starter project for programming with SDL2 and C on Visual Studio 2022.
- Host: GitHub
- URL: https://github.com/rbento/c-sdl-starter
- Owner: rbento
- License: mit
- Created: 2024-08-24T18:52:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T21:58:10.000Z (3 months ago)
- Last Synced: 2024-09-30T01:05:24.939Z (about 2 months ago)
- Topics: c-programming-language, sdl2, vs2022
- Language: C
- Homepage:
- Size: 6.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c-sdl-starter
A starter project for programming with SDL2 and C on Visual Studio 2022.
## Project Details
- SDL2 dependencies are bundled.
- Configured with relative solution paths.
- A post-build event automatically copies the required resources (DLLs and Textures) to the target build folder.
- Build targets Debug/Release for x64 platform.## Included Dependencies
- SDL2-2.30.6
- SDL2_image-2.8.2
- SDL2_mixer-2.8.0
- SDL2_net-2.2.0## Screenshot
![Screenshot 2024-08-24 210825](https://github.com/user-attachments/assets/7597acbe-52b5-4490-84d3-1b2c7c4962c8)
## Environment
#### Microsoft Visual Studio Community 2022
Version 17.11.1#### Microsoft Windows 11 Home
Version 10.0.22631 Build 22631