Add bindings
This commit is contained in:
commit
abd32b7cc8
9 changed files with 1626 additions and 0 deletions
11
examples/ReadMe.md
Normal file
11
examples/ReadMe.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue