From ed7402ea7059172c5f05dbbb2f256408b301ce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Montilla?= Date: Mon, 4 May 2020 07:13:48 +0200 Subject: [PATCH] Updated Readme! --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bea9af..24c63b0 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,18 @@ **raylib-beef** is a Beef wrapper library for **Raylib 3.0**, a simple and easy-to-use library. In combination with benefits of Beef programming language, making games is pure satisfaction! > **Attention!** This binding is still in development. Bugs may occur. + Binaries are removed from repo. You can download this library with binaries from [Release page](https://github.com/M0n7y5/raylib-beef/releases)! ## What is done - Bindings for: - raylib.h - raymath.h - rlgl.h + - Physac.h - *Warning! Symbols are not included in released binary!* + - Easings.h ## TODO: - Make bindings for other header files: - - easings.h - - physac.h - raygui.h - Rewrite examples to Beef - Make higher abstraction for raylib-beef (RayApp)(??)