Skip to content

buraksenyurt/gd-with-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Dev with Zig and Raylib

Game development practices with Zig programming language and Raylib binding.

Development Environment

Operating System Zig Version Raylib Binding Version
Windows 11 0.15.1 devel

Games

Game Name Description Zig Version
Space Invaders Classic Space Invaders game remake 0.15.1
Blocks Memory matching blocks game 0.15.1
1942 Classic 1942 game remake 0.15.1

Setup

To set up a Zig development environment with Raylib binding, follow these steps:

  1. Install Zig: Download and install the latest version of Zig from the official website or use a package manager like Chocolatey for Windows:
    choco install zig
  2. Create a new Zig project:
    mkdir game-name
    cd game-name
    zig init
  3. Add Raylib binding:
    zig fetch --save git+https://github.com/raylib-zig/raylib-zig#devel
  4. Build and run your project:
    zig build run

Resources

About

Game development practices with Zig programming language and Raylib binding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages