Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbrusca/ZigSdlGameTemplate
An empty Zig project configured with the SDL library as a starting point for Zig game development.
https://github.com/vbrusca/ZigSdlGameTemplate
Last synced: 3 months ago
JSON representation
An empty Zig project configured with the SDL library as a starting point for Zig game development.
- Host: GitHub
- URL: https://github.com/vbrusca/ZigSdlGameTemplate
- Owner: vbrusca
- License: gpl-3.0
- Created: 2024-04-12T14:09:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:23:40.000Z (6 months ago)
- Last Synced: 2024-05-30T05:26:41.084Z (6 months ago)
- Language: C
- Size: 4.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig SDL Game Template
An empty Zig project configured with the SDL library as a starting point for Zig game development. The full Zig project is included in this repo.## Zig Build Version
This project was built against Zig version "zig-windows-x86-0.12.0" and SDL version "SDL2-2.30.2".## Developers
Victor Brusca
Carlo Bruscani## Based On
This template was based on an older tutorial, [Zig For Game Dev](https://dev.to/fabioarnold/setup-zig-for-gamedev-2bmf), and updated to work with the current version of Zig.## Execution Example
Running the executable, "zig-out\bin," after a project build, "zig build," results in the following basic SDL demonstration window. Tested only on Windows 11.
![Screen Shot of SDL Window](storage/sc1.png)