11 lines
No EOL
518 B
Markdown
11 lines
No EOL
518 B
Markdown
# 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 | image | developer | new |
|
|
|----|----------|--------|:----------:|:---:|
|
|
| 01 | [core_basic_window](core/BasicWindow.zig) | <img src="core/core_basic_window.png" alt="core_basic_window" width="200"> | ray |