Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.16 KB

zigraylib

A fairly minimal raylib zig example codebase using the zig package manager.

install

git clone https://github.com/SimonLSchlee/zigraylib.git
cd zigraylib
zig build run

tested with zig version: 0.13.0
using raylib commit: https://github.com/raysan5/raylib/tree/52f2a10db610d0e9f619fd7c521db08a876547d0

resources

raylib cheatsheet
Learn ⚡ Zig Programming Language
Zig Community

raygui

If you want to use raygui checkout the raygui branch.

code completion

zls installation

ideas or improvements?

Let me know if you have ideas about things that could make this example better. I want to keep it fairly minimal, but maybe we can add some more links to useful resources, or point out common problems. Ziggit topic for discussion: https://ziggit.dev/t/raylib-example-using-the-package-manager/1787

license

public domain or MIT