diff options
| author | jussi | 2023-04-09 22:19:47 +0300 |
|---|---|---|
| committer | jussi | 2023-04-09 22:19:47 +0300 |
| commit | f4ae19ca7d62a2bc6b125a1ddb678300b30790d2 (patch) | |
| tree | 057373c6d815aacfc5127bdba274b848ccbd93be /devnotes | |
| parent | 6dad6544d7196905668b4863487daa00ac9843f7 (diff) | |
| download | reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.tar.gz reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.tar.bz2 reilua-enhanced-f4ae19ca7d62a2bc6b125a1ddb678300b30790d2.zip | |
New argument style for rlgl, text, lights and math.
Diffstat (limited to 'devnotes')
| -rw-r--r-- | devnotes | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,13 +1,14 @@ Current { + * New argument styles for: models, rgui, easings. * ReiLua camera3D lib. * Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG } Backlog { - * IsWaveReady and others like that. + * IsWaveReady and other Is* ready functions. * rlgl - * More low level functions. Could be usefull now when draw polygon is removed. + * More low level functions. Could be usefull now when for example draw polygon is removed. * Text * Ability to set font texture filtering. * Codepoints? @@ -29,4 +30,8 @@ Backlog { * LoadShader * LoadShaderFromMemory * LoadSoundFromWave + * LoadFont + * LoadFontEx + * LoadFontFromImage + * DrawText } |
