Raygui wrapper examples.

This commit is contained in:
jussi
2023-04-17 17:55:27 +03:00
parent e732b936d4
commit 8182c486e6
6 changed files with 486 additions and 117 deletions

View File

@@ -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.
* Extend color lib functionality.
* Platformer example physics process for true framerate independence.
* rlgl
* More low level functions. Could be usefull now when for example draw polygon is removed.
* Extend color lib functionality.
* Tilemap clib. Fast tilemap draw and clib example.
* 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.