mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2026-02-12 20:38:12 +00:00
Examples
Making raylib bindings in zig is pretty straight forward since zig has a built-in c parser, so I am now on a quest to port all the examples.
category: core
Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality.
| ## | example | developer |
|---|---|---|
| 01 | core_basic_window | ray |
category: models
Examples using raylib models functionality, including models loading/generation and drawing, provided by raylib models module.
| ## | example | developer |
|---|---|---|
| 74 | models_loading (Won't build) | ray |