diff --git a/ReadMe.md b/ReadMe.md index 1f72570..dc5d717 100755 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,6 @@ - +![logo](https://github.com/Not-Nik/raylib-zig/blob/master/logo/logo.png) + +# raylib-zig Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bindings for zig. @@ -6,6 +8,7 @@ Bindings tested on raylib version 3.0 and Zig 0.6.0 Thanks to jessrud and sacredbirdman for their contributions to this binding. +The binding currently only supports a subset of raylib. For more information read [here](https://github.com/Not-Nik/raylib-zig#technical-restrictions). Some of these issues are fixed on the [workaround branch](https://github.com/Not-Nik/raylib-zig/tree/workaround), however, this is entirely experimental. ## Example We can copy the default example with some minor changes: