# 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) | core_basic_window | ray