Files
reilua-enhanced/devnotes
2023-04-10 13:09:43 +03:00

50 lines
1.1 KiB
Plaintext

Current {
* New argument styles for: rgui, easings.
* ReiLua camera3D lib.
* Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG
}
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
* GetColor
* LoadShader
* LoadShaderFromMemory
* LoadSoundFromWave
* LoadFont
* LoadFontEx
* LoadFontFromImage
* DrawText
* DrawQuad3DTexture
* GenMeshCustom
* UpdateMesh
* DrawMeshInstanced
* LoadMaterialDefault
* CreateMaterial
* LoadModel
* LoadModelFromMesh
* SetModelMaterial
* UpdateModelAnimation
* GetRayCollisionMesh
}