From 8182c486e64f21c6f95b9108b0e506e603c2a65c Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 17 Apr 2023 17:55:27 +0300 Subject: Raygui wrapper examples. --- devnotes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devnotes') diff --git a/devnotes b/devnotes index b0392b3..c323107 100644 --- a/devnotes +++ b/devnotes @@ -1,18 +1,18 @@ Current { - * Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG - * Tilemap clib. + * Check raylib changes from https://github.com/raysan5/raylib/blob/master/CHANGELOG } Backlog { - * IsWaveReady and other Is* ready functions. + * Platformer example physics process for true framerate independence. * Extend color lib functionality. + * Tilemap clib. Fast tilemap draw and clib example. - * Platformer example physics process for true framerate independence. - * rlgl - * More low level functions. Could be usefull now when for example draw polygon is removed. + * IsWaveReady and other Is* ready functions. * Text * Ability to set font texture filtering. * Codepoints? + * rlgl + * More low level functions. Could be usefull now when for example DrawTexturePoly is removed. * Audio * AudioStream. * Core. -- cgit v1.2.3