Thanks to visit codestin.com
Credit goes to github.com

Skip to content

c0utin/raylib-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib-Zig - Zig + Raylib Template Project

Raylib-Zig is a template project designed to help you quickly start developing your game, application, or graphics project in Zig.

Raylib-Zig does not need any bindings, as the Zig compiler compiles C code natively.

Instructions

First, clone the project onto your local machine:

Next, update the git submodule containing the Raylib library:

git submodule update --init

You can then build the Zig project with the following command:

zig build run

Example

goopers

Have fun.

About

Template repo with Raylib and Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages