Files
reilua-enhanced/devnotes
2023-04-14 00:11:58 +03:00

36 lines
796 B
Plaintext

Current {
* Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG
* Tilemap clib.
}
Backlog {
* IsWaveReady and other Is* ready functions.
* Platformer example physics process for true framerate independence.
* rlgl
* More low level functions. Could be usefull now when for example draw polygon is removed.
* Text
* Ability to set font texture filtering.
* Codepoints?
* Audio
* AudioStream.
* Core.
* Compression/Encoding functionality.
* SetWindowIcons.
* Textures
* ImageDrawCircleLines
* ImageBlurGaussian
* Models
* DrawCapsule and DrawCapsuleWires
* LoadMaterials
* Needs Testing
* UpdateTexture
* UpdateTextureRec
* LoadSoundFromWave
* LoadFont
* LoadFontEx
* LoadFontFromImage
* UpdateMesh
* LoadModelFromMesh
}